Skip to content

Commit 042e0c9

Browse files
committed
fix
1 parent d19055a commit 042e0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
cache: "npm"
153153
- name: Install dependencies
154154
run: |
155-
apt-get install -y git-secrets
155+
sudo apt-get install -y git-secrets
156156
npm ci
157157
- name: Run pre-commit and pre-push hooks
158158
run: ./.husky/_/pre-commit && ./.husky/_/pre-push

0 commit comments

Comments
 (0)