Skip to content

Commit

Permalink
fix(CI): fixed neovim action and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed May 17, 2023
1 parent 401b9df commit 99bf053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,16 @@ jobs:
nvim --headless -u test/init.lua +q
macos:
runs-on: macos-latest
strategy:
fail-fast: true
matrix:
neovim_tag:
[
"v0.8.0",
"v0.8.1",
"v0.8.2",
"v0.8.3",
"v0.9.0",
"stable",
"nightly",
]
name: MacOS nvim-${{ matrix.neovim_tag }}
name: Macos nvim-nightly

steps:
- uses: actions/checkout@v3
- name: Install Neovim
uses: MunifTanjim/setup-neovim-action@v1
with:
tag: ${{ matrix.neovim_tag }}
run: |
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
xattr -c ./nvim-macos.tar.gz
tar xzvf nvim-macos.tar.gz &> /dev/null
ln -s $(pwd)/nvim-macos/bin/nvim /usr/local/bin/nvim
- name: Run neovim
run: |
nvim --version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Subscribe to this [discussion](https://github.com/projekt0n/github-nvim-theme/discussions/198)
or `:h github-theme-changelog` to receive updates on breaking changes and deprecations.

- **2022-05-14**: This theme was major refactored with changes to Neovim support and
- **2023-05-14**: This theme was major refactored with changes to Neovim support and
codebase, heavily inspired by [nightfox.nvim](https://github.com/EdenEast/nightfox.nvim).
Credit goes to [EdenEast](https://github.com/EdenEast). For older Neovim versions, use the
[0.0.x](https://github.com/projekt0n/github-nvim-theme/tree/0.0.x) branch.
Expand Down

0 comments on commit 99bf053

Please sign in to comment.