mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 12:50:40 +00:00
chore(actions): give stylua check path in fmt workflow
This commit is contained in:
parent
0072a9fd87
commit
107406d50f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: stylua -c
|
run: stylua -c -v .
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
needs: ["fmt"]
|
needs: ["fmt"]
|
||||||
|
|
Loading…
Reference in a new issue