Skip to content

chore(ci): fix audit, noissue #315

chore(ci): fix audit, noissue

chore(ci): fix audit, noissue #315

Workflow file for this run

name: NPM Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 9 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 9
with:
sparse-checkout: |
package*.json
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm audit