Skip to content

Commit

Permalink
ci: Run tests on Neovim v0.9.3 and v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Nov 6, 2023
1 parent e88dd08 commit abff0dc
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
- master

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check lua/ tests/
tests:
strategy:
fail-fast: false
Expand All @@ -17,16 +27,11 @@ jobs:
- v0.9.0
- v0.9.1
- v0.9.2
- v0.9.4
- nightly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check lua/ tests/
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
id: neovim
Expand Down

0 comments on commit abff0dc

Please sign in to comment.