Skip to content

Commit 6fd943b

Browse files
Hari KiranHari Kiran
authored andcommitted
Force yarn.lock update to test audit
1 parent 4a283fc commit 6fd943b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

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

0 commit comments

Comments
 (0)