Skip to content

Commit e0568e3

Browse files
authored
ci: neovim nightly name was changed #471
see neovim/neovim#32194 also fix new prettier failure: > prettier --check . && eslint --format=unix . Checking formatting... [warn] nvim-macos-x86_64/share/nvim/runtime/pack/dist/opt/netrw/README.md [warn] Code style issues found in the above file. Run Prettier with --write to fix. Error: Process completed with exit code 1.
1 parent aa8fff0 commit e0568e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
node: '16'
3333
include:
3434
- os: ubuntu-latest
35-
NIGHTLY: nvim-linux64.tar.gz
36-
NVIM_BIN_PATH: nvim-linux64/bin
35+
NIGHTLY: nvim-linux-x86_64.tar.gz
36+
NVIM_BIN_PATH: nvim-linux-x86_64/bin
3737
EXTRACT: tar xzf
3838
- os: macos-latest
3939
NIGHTLY: nvim-macos-x86_64.tar.gz

.prettierignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# some tests seem to create these files in CI
2-
nvim-win64
1+
nvim-win64/
2+
nvim-macos-x86_64/
3+
nvim-linux-x86_64/

0 commit comments

Comments
 (0)