Skip to content

Commit

Permalink
Add --verbose to black Action to debug failures
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler authored Oct 20, 2023
1 parent 3901ca3 commit a86f79e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1

0 comments on commit a86f79e

Please sign in to comment.