Skip to content

Commit 4a283fc

Browse files
Hari KiranHari Kiran
authored andcommitted
Force audit failure by re-installing deps
1 parent 75ca5d5 commit 4a283fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
3030
3131
- name: Run Security Audit
32-
run: yarn audit --level moderate
32+
run: yarn audit --level moderate || exit 1

0 commit comments

Comments
 (0)