Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-adastra authored Sep 26, 2024
1 parent f65d74e commit 2d4ea35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Pytest with Poetry
name: Run Ruff

on:
push:
Expand Down Expand Up @@ -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
run: poetry run pre-commit run --show-diff-on-failure --color=always --all-files

0 comments on commit 2d4ea35

Please sign in to comment.