Skip to content

Commit 9094379

Browse files
ci: Run tests on Neovim v0.9.3 and v0.9.4
1 parent e88dd08 commit 9094379

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/workflows/tests.yml

+12-6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ on:
99
- master
1010

1111
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/
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

0 commit comments

Comments
 (0)