Skip to content

Commit

Permalink
ci: Add ruff format checking to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamb authored and barthalion committed Aug 30, 2024
1 parent 50dce60 commit 5bce4fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1

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

docker:
name: Build Docker image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5bce4fa

Please sign in to comment.