From 2aba1d36dd5399a48a375d2f5dcdc2c048796da3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 29 Mar 2024 22:45:04 +0530 Subject: [PATCH] chore(actions): ignore terracotta during analysis (x2) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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