mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Add dart to skip lockfile update list
This commit is contained in:
committed by
Stephan Seitz
parent
d99b4cdd75
commit
91725df581
2
.github/workflows/update-lockfile.yml
vendored
2
.github/workflows/update-lockfile.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Update parsers
|
||||
env:
|
||||
SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog,gleam,nix
|
||||
SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog,gleam,nix,dart
|
||||
run: |
|
||||
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
|
||||
# Pretty print
|
||||
|
||||
Reference in New Issue
Block a user