Skip to content

Commit

Permalink
💚 Pre-commit: Continue on error again
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Feb 27, 2024
1 parent 6afddfe commit 0b96f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
continue-on-error: true
steps:
- uses: actions/checkout@main

Expand All @@ -22,6 +21,7 @@ jobs:
# run: pip install -r requirements.txt

- uses: pre-commit/action@main
continue-on-error: true
with:
extra_args: --all-files

Expand Down

0 comments on commit 0b96f83

Please sign in to comment.