mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-11-17 22:10:50 +00:00
Add --show-diff-on-failure
to pre-commit in CI
This commit is contained in:
parent
3a485537da
commit
e50dde1aa7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: python3 -m pip install pre-commit
|
||||
|
||||
- name: 🔥 Test
|
||||
run: pre-commit run --all-files
|
||||
run: pre-commit run --show-diff-on-failure --all-files
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue