mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Only run analyze in CI if formatting succeeds
This commit is contained in:
parent
3b9830336e
commit
165987d60b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
run: just fmt-check
|
||||
|
||||
analyze:
|
||||
needs: ["fmt"]
|
||||
name: Analyze and lint Luau files
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue