diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 538b4e4..c6550fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,7 +89,7 @@ jobs: run: lune setup && pnpm build - name: Analyze - run: luau-lsp analyze --ignore=".lune/terracotta" --settings=".vscode/settings.json" tests/ examples/ .lune/ + run: luau-lsp analyze --ignore=".lune/terracotta/**" --settings=".vscode/settings.json" tests/ examples/ .lune/ - name: Lint run: pnpm lint