Skip to content

Commit

Permalink
💚 Pre-commit: Continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Feb 27, 2024
1 parent 71b6172 commit 6afddfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit-format.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: Pre-commit format
concurrency:
cancel-in-progress: true
group: Pre-commit-format
on: push
jobs:
format-code:
runs-on: ubuntu-latest
permissions:
contents: write
continue-on-error: true
steps:
- uses: actions/checkout@main

Expand Down

0 comments on commit 6afddfe

Please sign in to comment.