diff options
Diffstat (limited to '.github/workflows/ruff.yml')
-rw-r--r-- | .github/workflows/ruff.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index caef813..348743b 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -1,4 +1,4 @@ -name: Pylint +name: Ruff on: push: @@ -34,4 +34,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: default_author: github_actions - pathspec_error_handling: ignore
\ No newline at end of file + pathspec_error_handling: ignore |