Skip to content

Commit adcb858

Browse files
committed
update pre-commit-config.yml
1 parent a855e93 commit adcb858

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ on:
2121
default: 'Google'
2222

2323
jobs:
24-
test:
24+
e2e-test:
2525
runs-on: ubuntu-latest
26-
2726
steps:
2827
- name: Checkout
2928
uses: actions/checkout@v4
@@ -57,7 +56,7 @@ jobs:
5756
exclude: Modules/_ctypes/cfield.c
5857
EOF
5958
60-
- name: Install and run hooks
59+
- name: Install and run hook
6160
run: |
6261
cd test-repo
6362
pre-commit install

0 commit comments

Comments
 (0)