diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-08-18 13:01:29 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | c5a8c9d01a12efbdee501d67dba7423b790fe500 (patch) | |
| tree | 8e5b6cd719cbf256a6e3d1db2293014bdfa603a7 /.github/workflows/lint.yml | |
| parent | feat(install): allow specifying max jobs (diff) | |
| download | nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.tar nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.tar.gz nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.tar.bz2 nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.tar.lz nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.tar.xz nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.tar.zst nvim-treesitter-c5a8c9d01a12efbdee501d67dba7423b790fe500.zip | |
ci(tests): add optional workflow for generating grammars
run on PR by adding label `ci:generate` or manually
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd97cda06..5c29559d0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 |
