Skip to content

Commit

Permalink
chore(ci): add neovim 0.9 ci check (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran94 committed May 28, 2023
1 parent 6145c83 commit eed9b17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
- id: Neovim 0.9
os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.9.0/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
steps:
- uses: actions/checkout@v2
- run: date +%F > todays-date
Expand Down

0 comments on commit eed9b17

Please sign in to comment.