diff options
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 |
