Skip to content

Added auditing

Added auditing #3

Workflow file for this run

name: Run Audit
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 0 ****'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20.14.0
- name: Audit packages
run: npm audit

Check failure on line 27 in .github/workflows/audit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/audit.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
- name: Fix issues
run: npm audit fix