From 8f7cb3e2a04197f5e59ca2d5a0859f129d701331 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 3 Jun 2024 12:43:24 +0530 Subject: [PATCH] chore(actions): fix top-level deps path in lint step --- .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 13c4557..5f7116a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: run: lune setup - name: Analyze - run: luau-lsp analyze --ignore="Packages/**" --settings=".vscode/settings.json" lib/ examples/ mod.luau + run: luau-lsp analyze --ignore="Packages/**" --settings=".vscode/settings.json" lib/ examples/ deps.luau - name: lint run: selene .