diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-08-20 19:49:18 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-08-20 19:49:18 +0200 |
| commit | 6699eae8ba4551fe927da0f0f3f61ae085f836aa (patch) | |
| tree | 021bda87d4e2de18cb1ce35fa8e9dbf9eb17ffb7 /.github | |
| parent | bot(lockfile): update groovy, matlab (diff) | |
| download | nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.tar nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.tar.gz nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.tar.bz2 nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.tar.lz nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.tar.xz nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.tar.zst nvim-treesitter-6699eae8ba4551fe927da0f0f3f61ae085f836aa.zip | |
Revert "ci: skip updates for javascript"
This reverts commit a7a3b9c10e8a5fe0da05ebb65db3ed1d164e612d.
Diffstat (limited to '.github')
| -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 8d721fa35..b994622bf 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: "javascript" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
