mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
ci: remove update-lockfile shell script
This commit is contained in:
parent
73ddd80069
commit
7681249bbd
4 changed files with 13 additions and 39 deletions
5
.github/workflows/update-lockfile.yml
vendored
5
.github/workflows/update-lockfile.yml
vendored
|
|
@ -28,10 +28,7 @@ jobs:
|
|||
SKIP_LOCKFILE_UPDATE_FOR_LANGS: ""
|
||||
run: |
|
||||
cp lockfile.json /tmp/old_lockfile.json
|
||||
nvim -l scripts/write-lockfile.lua
|
||||
# Pretty print
|
||||
cp lockfile.json /tmp/lockfile.json
|
||||
cat /tmp/lockfile.json | jq --sort-keys > lockfile.json
|
||||
nvim -l ./scripts/update-lockfile.lua
|
||||
|
||||
- name: Commit changes
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue