Commit graph

25 commits

Author SHA1 Message Date
Christian Clason
008cc677d2 fix tests
disable Windows tests for now (hang on parser compile)
2023-09-09 16:17:03 +02:00
Christian Clason
7681249bbd ci: remove update-lockfile shell script 2023-09-09 16:17:03 +02:00
Christian Clason
52976802a5 refactor: use vim.fs.joinpath 2023-09-09 16:17:03 +02:00
ObserverOfTime
34b2f7803b ci: fix update lockfile workflow 2023-08-20 10:11:11 +03:00
ObserverOfTime
1a4116aef1 ci: update workflows 2023-08-18 11:09:57 +03:00
Christian Clason
330da0ff07 ci: bump actions to latest 2023-07-11 08:14:21 +02:00
Amaan Qureshi
46ddea9dec
fix(dart): update indents from upstream (#4924) 2023-06-07 20:10:54 +02:00
GitHub
62146fe415 Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercollider
skip dart updates from now on
2023-05-31 19:08:20 +02:00
Amaan Qureshi
905877e75f chore: update skipped langs in ci 2023-05-29 19:30:19 +02:00
Amaan Qureshi
754b509f26
chore: update Gleam 2023-05-29 11:13:36 -04:00
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)