aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-06-08 03:10:54 +0900
committerGitHub <noreply@github.com>2023-06-07 20:10:54 +0200
commit46ddea9deccb0608df416822228786d1a5a2b7d1 (patch)
tree87fc293aafbf9e93df74ea16ad5faf23b3ca0107 /.github
parentUpdate parsers: ada, erlang, go, lua, scala (#4917) (diff)
downloadnvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.tar
nvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.tar.gz
nvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.tar.bz2
nvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.tar.lz
nvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.tar.xz
nvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.tar.zst
nvim-treesitter-46ddea9deccb0608df416822228786d1a5a2b7d1.zip
fix(dart): update indents from upstream (#4924)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-lockfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml
index 36b384de5..5a29d32b7 100644
--- a/.github/workflows/update-lockfile.yml
+++ b/.github/workflows/update-lockfile.yml
@@ -29,7 +29,7 @@ jobs:
- name: Update parsers
env:
- SKIP_LOCKFILE_UPDATE_FOR_LANGS: "dart"
+ SKIP_LOCKFILE_UPDATE_FOR_LANGS: ""
run: |
cp lockfile.json /tmp/old_lockfile.json
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"