Skip to content

feat(handle-npm-audit): rename workflow to dependency-security-mainte… #27

feat(handle-npm-audit): rename workflow to dependency-security-mainte…

feat(handle-npm-audit): rename workflow to dependency-security-mainte… #27

Workflow file for this run

name: Test
on:
push:
permissions:
contents: read
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