File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 99 - master
1010
1111jobs :
12+ lint :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : JohnnyMorganz/stylua-action@v3
17+ with :
18+ token : ${{ secrets.GITHUB_TOKEN }}
19+ version : latest
20+ # CLI arguments
21+ args : --check lua/ tests/
1222 tests :
1323 strategy :
1424 fail-fast : false
@@ -17,16 +27,12 @@ jobs:
1727 - v0.9.0
1828 - v0.9.1
1929 - v0.9.2
30+ - v0.9.3
31+ - v0.9.4
2032 - nightly
2133 runs-on : ubuntu-latest
2234 steps :
2335 - uses : actions/checkout@v4
24- - uses : JohnnyMorganz/stylua-action@v3
25- with :
26- token : ${{ secrets.GITHUB_TOKEN }}
27- version : latest
28- # CLI arguments
29- args : --check lua/ tests/
3036 - name : Install Neovim
3137 uses : rhysd/action-setup-vim@v1
3238 id : neovim
You can’t perform that action at this time.
0 commit comments