Commit graph

15 commits

Author SHA1 Message Date
Kiyoon Kim
80e41f22ce prettier formatting yml and md 2023-02-16 01:48:37 -08:00
Christian Clason
d18851653e ci: stop running update-lockfile after every commit
This is wasteful and noisy for unrelated commits, while the intended use
(making sure that new parsers have a lockfile entry) can be covered by
either making sure this is part of the initial PR (ideally) or running
the action manually.
2023-01-14 13:54:55 +01:00
ObserverOfTime
b156939461 ci: properly fix lockfile action 2023-01-04 17:35:52 +01:00
Stephan Seitz
ac9b33d5bd ci: trim final "] when parsers get added in update-lockfile.yml
See https://github.com/nvim-treesitter/nvim-treesitter/pull/4066

The diff will look different when a whole parser gets added:
```
@ ["gleam","revision"]
- "cfcbca3f8f734773878e00d7bfcedea98eb10be2"
+ "3eb2e1783f3bf6f85c16cdd150e2f256b2f6844e"
@ ["nix","revision"]
- "6b71a810c0acd49b980c50fc79092561f7cee307"
+ "1b69cf1fa92366eefbe6863c184e5d2ece5f187d"
@ ["wgsl_bevy"]
+ {"revision":"c81dc770310795caea5e00996505deba024ec698"}
```

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-01-03 11:56:53 +01:00
dundargoc
e8b765bee1 ci: use builtin jq instead of downloading it 2022-12-21 17:11:59 +01:00
dundargoc
f2a5524add ci: bump action versions 2022-12-17 12:57:24 +01:00
Stephan Seitz
818fb3b96b ci: Add name of updated parsers to commit message
Fixes #3962
2022-12-15 10:03:04 +01:00
Christian Clason
cc28f56398 ci: install libfuse2 2022-12-02 19:52:19 +01:00
Christian Clason
a2ee5610ae ci: add workflow_dispatch 2022-08-23 00:52:35 +02:00
Stephan Seitz
ec98bcc216 parsers(dart): unlock dart parser
Segfault seems to be fixed in
c667fd401c

After 30min of fuzzing no Segfault found so far.
2022-08-02 21:52:37 +02:00
Breno Reis
91725df581 Add dart to skip lockfile update list 2022-07-13 11:29:58 +02:00
Christian Clason
31155af885
fixup: lock nix, not norg (#2682)
fixup for 739fefa8fa
2022-03-27 11:47:03 +02:00
Christian Clason
739fefa8fa ci: lock nix parser 2022-03-26 12:21:38 +01:00
Christian Clason
0982e3ce8b ci: ignore gleam for lockfile update 2022-03-02 22:01:55 +01:00
Dundar Göc
f476df31af ci: rename workflows and jobs to be more consistent 2022-02-14 19:15:17 +01:00
Renamed from .github/workflows/update-parsers-pr.yml (Browse further)