diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed7a881..538b4e4 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 --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