Update analysis.yaml

This commit is contained in:
EncodedVenom 2024-10-19 19:16:21 -04:00 committed by GitHub
parent 4c9c1a50ce
commit 4b2f6a5934
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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