Cory Sanin 4a260f112f
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m13s
Initial commit
2025-08-22 01:04:31 -05:00

28 lines
452 B
YAML

name: NPM Audit Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '15 16 * * 5'
jobs:
npm_audit:
name: Check NPM audit
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: true
permissions:
contents: read
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v4
- name: NPM Audit
run: npm audit