Skip to content

Commit

Permalink
Merge pull request #3 from microfluidica/dependabot/github_actions/as…
Browse files Browse the repository at this point in the history
…tral-sh/ruff-action-2

Bump astral-sh/ruff-action from 1 to 2
  • Loading branch information
gerlero authored Nov 25, 2024
2 parents 13794d1 + c677ff8 commit 15d924e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Lint with Ruff
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v2
- name: Format with Ruff
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v2
with:
args: 'format --check'

Expand Down

0 comments on commit 15d924e

Please sign in to comment.