Skip to content

Merge pull request #74 from script-development/feature/issue-71-toast… #253

Merge pull request #74 from script-development/feature/issue-71-toast…

Merge pull request #74 from script-development/feature/issue-71-toast… #253

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