Skip to content

[DCJ-308] Switch tags and lint yaml #3622

[DCJ-308] Switch tags and lint yaml

[DCJ-308] Switch tags and lint yaml #3622

Workflow file for this run

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