Commit c6183d3 1 parent accbc8a commit c6183d3 Copy full SHA for c6183d3
File tree 1 file changed +7
-23
lines changed
1 file changed +7
-23
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [main]
6
6
jobs :
7
- stylua :
8
- name : Check codestyle
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/checkout@v4
12
- - uses : JohnnyMorganz/stylua-action@v4
13
- with :
14
- token : ${{ secrets.GITHUB_TOKEN }}
15
- args : --color always --check .
16
- version : v0.20.0
17
-
18
- selene :
19
- name : Lint
20
- runs-on : ubuntu-latest
21
- steps :
22
- - uses : actions/checkout@v4
23
- - uses : NTBBloodbath/selene-action@68d1ed05cd53716aa8b9b3b81f8b63462949fab6
24
- with :
25
- token : ${{ secrets.GITHUB_TOKEN }}
26
- args : --color always ./lua
27
- version : 0.26.1
28
-
29
7
test :
30
- name : Run tests
8
+ name : Run tests (${{ matrix.version }})
31
9
runs-on : ubuntu-latest
10
+ strategy :
11
+ matrix :
12
+ version :
13
+ - latest
14
+ - nightly
32
15
steps :
33
16
- uses : actions/checkout@v4
34
17
with :
40
23
- uses : rhysd/action-setup-vim@v1
41
24
with :
42
25
neovim : true
26
+ version : ${{ matrix.version }}
43
27
- run : make test
44
28
working-directory : none-ls.nvim
45
29
timeout-minutes : 1
You can’t perform that action at this time.
0 commit comments