Skip to content

[DUOS-2871][risk=no] Remove perf from DEVNOTES #3313

[DUOS-2871][risk=no] Remove perf from DEVNOTES

[DUOS-2871][risk=no] Remove perf from DEVNOTES #3313

Workflow file for this run

on: [pull_request]
name: npm audit
jobs:
scan:
name: npm audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: npm ci
- name: npm audit
run: npm audit --omit=dev