Skip to content

Commit 77e67c0

Browse files
Hari KiranHari Kiran
authored andcommitted
Force audit failure by re-installing deps
1 parent 415c4dd commit 77e67c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)