Skip to content

Commit

Permalink
Use supported action by astral-sh (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique authored Oct 3, 2024
1 parent 1108edc commit e9e185a
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 e9e185a

Please sign in to comment.