Skip to content

Commit

Permalink
ci: fix lint
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 7aa94aa commit f1b81f1
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 yarn --empty-hostname false --validate-package-names --validate-https
run: lockfile-lint -p yarn.lock --type yarn --allowed-hosts npm --empty-hostname true --validate-package-names

build:
needs: audit
Expand Down

0 comments on commit f1b81f1

Please sign in to comment.