diff options
| author | zetashift <rskaraya@gmail.com> | 2024-11-11 20:01:13 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2024-11-13 09:09:53 +0100 |
| commit | c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1 (patch) | |
| tree | aa60013a49b4501316c4e88351d8c95219320c21 /.github/workflows/update-lockfile.yml | |
| parent | bot(lockfile): update dtd, mlir, nix, v, vhdl, xml (diff) | |
| download | nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.tar nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.tar.gz nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.tar.bz2 nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.tar.lz nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.tar.xz nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.tar.zst nvim-treesitter-c5be87ad3efb69a025d06a91fd48ed2fba9b8ba1.zip | |
refactor(unison): update to latest treesitter grammar
Diffstat (limited to '.github/workflows/update-lockfile.yml')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 455269f6f..353cc7475 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -31,7 +31,7 @@ jobs: - name: Update parsers env: - SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot,unison" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
