Skip to content

Commit

Permalink
GitHub Actions: Use ruff format instead of psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Aug 12, 2024
1 parent 4913422 commit 47b2aee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1
with:
args: 'check'
- uses: chartboost/ruff-action@v1
with:
args: 'format'
- uses: jakebailey/pyright-action@v2

0 comments on commit 47b2aee

Please sign in to comment.