Skip to content

Commit d17fef4

Browse files
committed
Merge branch 'dev-fan' into Fix/dataset-page
2 parents aa92ce5 + 6ec85b9 commit d17fef4

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 (non-blocking)
32-
run: yarn audit --level moderate
32+
run: yarn audit --level moderate || echo "Audit failed with moderate issues, continuing anyway."

0 commit comments

Comments
 (0)