Skip to content

Commit

Permalink
ci: only test on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoP committed Mar 1, 2024
1 parent 52153fb commit a26eff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions: ['stable', 'nightly']
nvim-versions: ["nightly"]
name: test
steps:
- name: checkout
Expand Down

0 comments on commit a26eff6

Please sign in to comment.