Skip to content

Commit

Permalink
ci: Drop archived actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt authored and barthalion committed Jan 4, 2025
1 parent 593d1bb commit 4cea976
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 @@ -71,14 +71,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v2

ruff-format:
name: ruff-format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v2
with:
args: 'format --check'

Expand Down

0 comments on commit 4cea976

Please sign in to comment.