Skip to content

Commit

Permalink
Parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom committed Oct 19, 2024
1 parent a800401 commit b365fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Analyze
run: |
(luau-analyze src || true) > analyze-log.txt # Suppress errors for now.
cat analyze-log.txt | ./scripts/gh-warn-luau-analyze.sh
cat analyze-log.txt | (bash ./scripts/gh-warn-luau-analyze.sh)

0 comments on commit b365fc8

Please sign in to comment.