ci(tests): add optional workflow for generating grammars

run on PR by adding label `ci:generate` or manually
This commit is contained in:
Christian Clason 2024-08-18 13:01:29 +02:00
parent 83dae49a10
commit c5a8c9d01a
6 changed files with 201 additions and 159 deletions

View file

@ -1,4 +1,4 @@
name: Linting and style checking
name: Lint
on:
pull_request:
@ -34,7 +34,7 @@ jobs:
args: --check .
format-queries:
name: Lint queries
name: Format queries
runs-on: ubuntu-latest
env:
NVIM_TAG: nightly