Skip to content

Commit

Permalink
ci: neovim nightly name was changed #471
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
justinmk authored Jan 30, 2025
1 parent aa8fff0 commit e0568e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
node: '16'
include:
- os: ubuntu-latest
NIGHTLY: nvim-linux64.tar.gz
NVIM_BIN_PATH: nvim-linux64/bin
NIGHTLY: nvim-linux-x86_64.tar.gz
NVIM_BIN_PATH: nvim-linux-x86_64/bin
EXTRACT: tar xzf
- os: macos-latest
NIGHTLY: nvim-macos-x86_64.tar.gz
Expand Down
5 changes: 3 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# some tests seem to create these files in CI
nvim-win64
nvim-win64/
nvim-macos-x86_64/
nvim-linux-x86_64/

0 comments on commit e0568e3

Please sign in to comment.