Skip to content

Commit

Permalink
Use supported action by astral-sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Oct 1, 2024
1 parent 49417d0 commit b75ad81
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: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v1.1.0

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

0 comments on commit b75ad81

Please sign in to comment.