Skip to content

Commit

Permalink
Update analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom authored Oct 19, 2024
1 parent 4c9c1a5 commit 4b2f6a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
uses: encodedvenom/[email protected]

- 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
Expand Down

0 comments on commit 4b2f6a5

Please sign in to comment.