diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-11-06 09:47:57 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-11-06 09:55:44 +0100 |
| commit | f284ca27b5183599e5a3f7ec05f80b1d6c615c4d (patch) | |
| tree | 04d507f9ad6061787b8b2c92938971bd7ef997fc /.github | |
| parent | fix(wgsl): indent first parameter of function definition (diff) | |
| download | nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.tar nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.tar.gz nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.tar.bz2 nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.tar.lz nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.tar.xz nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.tar.zst nvim-treesitter-f284ca27b5183599e5a3f7ec05f80b1d6c615c4d.zip | |
ci(update): skip julia
Diffstat (limited to '.github')
| -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 353cc7475..6c8895652 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" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot julia" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
