Skip to content

feat(handle-npm-audit): close stale pull requests #24

feat(handle-npm-audit): close stale pull requests

feat(handle-npm-audit): close stale pull requests #24

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