Files
pkgbase-yaml-parser/.gitea/workflows/npm-audit.yml
Cory Sanin ab6ea77c34
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -1m53s
Unit tests / Unit tests (lts/*) (push) Successful in -1m52s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m1s
CI/CD
2025-11-05 01:43:00 -05:00

28 lines
452 B
YAML

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