ci: remove update-lockfile shell script

This commit is contained in:
Christian Clason 2023-05-29 16:52:20 +02:00
parent 73ddd80069
commit 7681249bbd
4 changed files with 13 additions and 39 deletions

View file

@ -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: |