diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cc12ce4..ed89fe5 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: install_args: --only main - name: Run pre-commit hooks - run: SKIP=ruff pre-commit run --all-files + run: SKIP=ruff-lint pre-commit run --all-files # Run `ruff` using github formatting to enable automatic inline annotations. - name: Run ruff |