Skip to content

Commit

Permalink
Switch ruff action to run the latest version of v1
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera committed Nov 8, 2024
1 parent 837a932 commit c40e2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1.1.0
- uses: astral-sh/ruff-action@v1

ruff_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1.1.0
- uses: astral-sh/ruff-action@v1
with:
args: format --check --diff

0 comments on commit c40e2f1

Please sign in to comment.