Skip to content

Added auditing

Added auditing #2

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: Audit packages
run: npm audit

Check failure on line 22 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 22
- name: Fix issues
run: npm audit fix