Skip to content

Commit 1aa77da

Browse files
Update pre-commit hook to remove chown step
1 parent 6630842 commit 1aa77da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: npm ci || true
18-
- run: chown -R 1001:121 "/github/home/.npm"
1917
- run: npm ci
2018
- run: cd test/with-typescript && npm ci
2119
- run: ./hooks/pre-commit.sh

0 commit comments

Comments
 (0)