Skip to content

Merge pull request #78 from script-development/dependabot/npm_and_yar… #280

Merge pull request #78 from script-development/dependabot/npm_and_yar…

Merge pull request #78 from script-development/dependabot/npm_and_yar… #280

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci --ignore-scripts
- run: npm audit
- run: npm run format:check
- run: npm run lint
- run: npm run build
- run: npm run typecheck
- run: npm run lint:pkg
- run: npm run test:coverage
- run: npm run test:mutation