diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-02-25 09:46:10 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-02-25 09:46:10 +0100 |
| commit | 225419160b337d585eb41fc496ea49201f00a6db (patch) | |
| tree | 3223341c4b8f0903bf348b107a463f699eb2d368 /.github/workflows/update-lockfile.yml | |
| parent | bot(lockfile): update nu, rst, swift (diff) | |
| download | nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.tar nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.tar.gz nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.tar.bz2 nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.tar.lz nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.tar.xz nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.tar.zst nvim-treesitter-225419160b337d585eb41fc496ea49201f00a6db.zip | |
ci(update): block git_config (ABI 15)
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 ee33c3dcc..18f1448eb 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,nickel,slint,sql,t32" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "devicetree,git_config,nickel,slint,sql,t32" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
