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 9
9
- master
10
10
11
11
jobs :
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/
12
22
tests :
13
23
strategy :
14
24
fail-fast : false
@@ -17,16 +27,12 @@ jobs:
17
27
- v0.9.0
18
28
- v0.9.1
19
29
- v0.9.2
30
+ - v0.9.3
31
+ - v0.9.4
20
32
- nightly
21
33
runs-on : ubuntu-latest
22
34
steps :
23
35
- 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/
30
36
- name : Install Neovim
31
37
uses : rhysd/action-setup-vim@v1
32
38
id : neovim
You can’t perform that action at this time.
0 commit comments