We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa92ce5 + 6ec85b9 commit d17fef4Copy full SHA for d17fef4
.github/workflows/validate.yml
@@ -29,4 +29,4 @@ jobs:
29
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
30
31
- name: Run Security Audit (non-blocking)
32
- run: yarn audit --level moderate
+ run: yarn audit --level moderate || echo "Audit failed with moderate issues, continuing anyway."
0 commit comments