Cory Sanin 7e76c43f3a
Some checks failed
App Image CI / Build app image (push) Successful in -1m51s
NPM Audit Check / Check NPM audit (push) Failing after -2m22s
npm audit check
2025-07-22 11:26:49 -05:00

28 lines
451 B
YAML

name: NPM Audit Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 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