Only run analyze in CI if formatting succeeds

This commit is contained in:
Filip Tibell 2023-09-25 16:34:40 -05:00
parent 3b9830336e
commit 165987d60b
No known key found for this signature in database

View file

@ -33,6 +33,7 @@ jobs:
run: just fmt-check
analyze:
needs: ["fmt"]
name: Analyze and lint Luau files
runs-on: ubuntu-latest
steps: