Skip to content

feat: add handle-npm-audit workflow #21

feat: add handle-npm-audit workflow

feat: add handle-npm-audit workflow #21

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: current
- run: npm ci
- run: npm run lint
- run: npm test