diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-03-01 11:55:29 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-03-01 11:55:29 +0100 |
| commit | f56d2f6765292f513005e886f0218df8f4a98397 (patch) | |
| tree | 8ce4d53011db1c414cb2e42d224b8bfa2637afa6 /.github/workflows | |
| parent | ci(update): block verilog (ABI 15) (diff) | |
| download | nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.tar nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.tar.gz nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.tar.bz2 nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.tar.lz nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.tar.xz nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.tar.zst nvim-treesitter-f56d2f6765292f513005e886f0218df8f4a98397.zip | |
ci(update): block typespec (ABI 15)
Diffstat (limited to '.github/workflows')
| -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 fa973001e..c39c94df3 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: "devicetree,git_config,nickel,slint,sql,t32,verilog" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "devicetree,git_config,nickel,slint,sql,t32,typespec,verilog" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
