Skip to content

Commit

Permalink
Merge pull request #279 from Patarimi/dependabot/github_actions/astra…
Browse files Browse the repository at this point in the history
…l-sh/ruff-action-2

Bump astral-sh/ruff-action from 1 to 2
  • Loading branch information
Patarimi authored Dec 2, 2024
2 parents e153c28 + 5edc2c7 commit 67f96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v2
with:
args: 'format --check'

Expand Down

0 comments on commit 67f96a5

Please sign in to comment.