This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Use integration base in SubnetRegistry tests #285
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NPM Audit | |
on: | |
push: | |
branches: [ main, dev ] | |
pull_request: | |
jobs: | |
npm-audit: | |
runs-on: ubuntu-latest | |
name: NPM Audit | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: NPM Audit | |
run: | | |
npm install -g npm-audit-resolver | |
check-audit --omit dev --audit-level critical |