diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 09a763e..b3aaa44 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Run Pytest with Poetry +name: Run Ruff on: push: @@ -42,4 +42,4 @@ jobs: run: poetry run pre-commit install - name: Run pre-commit - run: poetry run pre-commit run --show-diff-on-failure --color=always --all-files \ No newline at end of file + run: poetry run pre-commit run --show-diff-on-failure --color=always --all-files