From 4b2f6a593400dc52ab2a5d7e002088e75cb78ae1 Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:16:21 -0400 Subject: [PATCH] Update analysis.yaml --- .github/workflows/analysis.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml index 06612f7..81561da 100644 --- a/.github/workflows/analysis.yaml +++ b/.github/workflows/analysis.yaml @@ -15,9 +15,8 @@ jobs: uses: encodedvenom/install-luau@v2.1 - name: Analyze - continue-on-error: true run: | - output=$(luau-analyze src) + output=$(luau-analyze src || true) # Suppress errors for now. # Parse the output and generate GitHub Actions warnings echo "$output" | while IFS= read -r line; do