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