mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
ci(tests): add optional workflow for generating grammars
run on PR by adding label `ci:generate` or manually
This commit is contained in:
parent
83dae49a10
commit
c5a8c9d01a
6 changed files with 201 additions and 159 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue