diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-03-04 09:25:23 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-03-04 09:25:23 +0100 |
| commit | c641ca8e052750812f76b3e0a1ae22d0b8cd538f (patch) | |
| tree | ec5f3d812fb1131243a12f2e677ca74328546c4a /.github/workflows | |
| parent | feat(markdown): fold sublists (diff) | |
| download | nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.tar nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.tar.gz nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.tar.bz2 nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.tar.lz nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.tar.xz nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.tar.zst nvim-treesitter-c641ca8e052750812f76b3e0a1ae22d0b8cd538f.zip | |
ci(update): block rescript (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 d0bb6817f..44b8aaeb4 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,templ,typespec,verilog" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "devicetree,git_config,nickel,rescript,slint,sql,t32,templ,typespec,verilog" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
