aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-lockfile.yml
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-05-29 11:13:36 -0400
committerGitHub <noreply@github.com>2023-05-29 11:13:36 -0400
commit754b509f2680f1e76bef09c038bfef6a19e336de (patch)
tree730ed64929724689a748e755e3a2c32f253f5d45 /.github/workflows/update-lockfile.yml
parentUpdate README (diff)
downloadnvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar
nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.gz
nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.bz2
nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.lz
nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.xz
nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.zst
nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.zip
chore: update Gleam
Diffstat (limited to '.github/workflows/update-lockfile.yml')
-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 806f85701..5e96667f6 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,gleam,nix
+ SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog,nix
run: |
cp lockfile.json /tmp/old_lockfile.json
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"