This commit is contained in:
parent
c281390dbd
commit
92c42a545b
1 changed files with 4 additions and 2 deletions
|
@ -8,5 +8,7 @@ jobs:
|
|||
pre-commit:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Pre-commit
|
||||
run: pre-commit run --show-diff-on-failure --color=always --all-files
|
||||
|
|
Loading…
Add table
Reference in a new issue