diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-11-08 06:44:55 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-11-08 07:07:56 +0000 |
| commit | 425b58968340bd5b4621c2a0d626c73556516d3d (patch) | |
| tree | 3f70e6c1b7f37cde7b5f9c7e908df108c09b4b25 /.github/workflows/update-lockfile.yml | |
| parent | fix(regex): more accurate highlights for named backreferences (diff) | |
| download | nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.tar nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.tar.gz nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.tar.bz2 nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.tar.lz nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.tar.xz nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.tar.zst nvim-treesitter-425b58968340bd5b4621c2a0d626c73556516d3d.zip | |
bot(lockfile): update inko, nu, udev
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 d81427567..a443ee16d 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,julia" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot,julia,unison" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
