Skip to content

Commit f1110b7

Browse files
authored
Update pre-commit.yml
1 parent 4843003 commit f1110b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ on:
44
push:
55

66
jobs:
7+
pre-commit:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout [${{ github.repository }}]
11+
uses: actions/checkout@v4
12+
13+
- uses: pre-commit/action@v3.0.1
14+
with:
15+
extra_args: '--verbose --all-files'
16+
717
test:
818
runs-on: ubuntu-latest
919
steps:

0 commit comments

Comments
 (0)