mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +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
|
run: just fmt-check
|
||||||
|
|
||||||
analyze:
|
analyze:
|
||||||
|
needs: ["fmt"]
|
||||||
name: Analyze and lint Luau files
|
name: Analyze and lint Luau files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue