Commit da67e9c 1 parent c32703a commit da67e9c Copy full SHA for da67e9c
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
name : Check codestyle
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- uses : JohnnyMorganz/stylua-action@v3
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
args : --color always --check .
16
- version : v0.15.3
16
+ version : v0.19.1
17
17
18
18
selene :
19
19
name : Lint
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : NTBBloodbath/selene-action@68d1ed05cd53716aa8b9b3b81f8b63462949fab6
24
24
with :
25
25
token : ${{ secrets.GITHUB_TOKEN }}
26
26
args : --color always ./lua
27
- version : 0.24.0
27
+ version : 0.26.1
28
28
29
29
test :
30
30
name : Run tests
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
path : none-ls.nvim
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
with :
38
38
repository : nvim-lua/plenary.nvim
39
39
path : none-ls.nvim/.tests/site/pack/deps/start/plenary.nvim
You can’t perform that action at this time.
0 commit comments