aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-05-29 11:14:42 -0400
committerChristian Clason <c.clason@uni-graz.at>2023-05-29 19:30:19 +0200
commit905877e75f91790b693e8154ccfc10e3d4fc05a3 (patch)
tree265888fb5fb819d8ec8feb15f2afc91f0b69d351
parentchore: update Gleam (diff)
downloadnvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.tar
nvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.tar.gz
nvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.tar.bz2
nvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.tar.lz
nvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.tar.xz
nvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.tar.zst
nvim-treesitter-905877e75f91790b693e8154ccfc10e3d4fc05a3.zip
chore: update skipped langs in ci
-rw-r--r--.github/workflows/update-lockfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml
index 5e96667f6..5a29d32b7 100644
--- a/.github/workflows/update-lockfile.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -29,7 +29,7 @@ jobs:
- name: Update parsers
env:
- SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog,nix
+ SKIP_LOCKFILE_UPDATE_FOR_LANGS: ""
run: |
cp lockfile.json /tmp/old_lockfile.json
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"