mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Remove SKIP_LOCKFILE_UPDATES_FOR_LANGS
This commit is contained in:
parent
28a729fe9a
commit
b521f1a435
1 changed files with 0 additions and 2 deletions
2
.github/workflows/update-parsers-pr.yml
vendored
2
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -27,8 +27,6 @@ jobs:
|
||||||
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||||
|
|
||||||
- name: Update parsers
|
- name: Update parsers
|
||||||
env:
|
|
||||||
SKIP_LOCKFILE_UPDATE_FOR_LANGS: clojure
|
|
||||||
run: |
|
run: |
|
||||||
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
|
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
|
||||||
# Pretty print
|
# Pretty print
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue