Skip to content

Commit 448c470

Browse files
committed
more test
1 parent 7f2dd9d commit 448c470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
pwd
3838
ls -la
3939
export
40-
SKIP=no-commit-to-branch post-merge run --all-files -v
40+
SKIP=no-commit-to-branch pre-commit run --all-files -v --hook-stage post-merge
41+
- name: Lint/test with pre-commit 2
42+
- uses: pre-commit/action@v3.0.1
4143

4244
test:
4345
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)