Skip to content

Commit 6630842

Browse files
Get rid of git commit step in pre-commit hook workflow
1 parent aa490f6 commit 6630842

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pre-commit-hook-run.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: |
18-
git init
19-
git add --all
20-
git -c user.name='test' -c user.email='[email protected]' commit -m 'init for pr action'
2117
- run: npm ci || true
2218
- run: chown -R 1001:121 "/github/home/.npm"
2319
- run: npm ci

0 commit comments

Comments
 (0)