get around permissions

This commit is contained in:
EncodedVenom 2024-10-19 19:52:21 -04:00
parent d5dc64be1b
commit fefbd19b38

View file

@ -17,4 +17,4 @@ jobs:
- name: Analyze
run: |
output=$(luau-analyze src || true) # Suppress errors for now.
./scripts/gh-warn-luau-analyze.sh "$output"
bash scripts/gh-warn-luau-analyze.sh "$output"