Skip to content

Commit

Permalink
ci: fix audit
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed Apr 19, 2024
1 parent e216a65 commit d4338e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: audit-ci --critical --report-type full

- name: Lockfile lint
run: lockfile-lint -p yarn.lock --type yarn --allowed-hosts npm --empty-hostname true --validate-package-names
run: lockfile-lint -p yarn.lock --type yarn --allowed-hosts yarn --empty-hostname false --validate-https

build:
needs: audit
Expand Down

0 comments on commit d4338e6

Please sign in to comment.