We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa490f6 commit 6630842Copy full SHA for 6630842
.github/workflows/pre-commit-hook-run.yml
@@ -14,10 +14,6 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- 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'
21
- run: npm ci || true
22
- run: chown -R 1001:121 "/github/home/.npm"
23
- run: npm ci
0 commit comments