Skip to content

Bump @stryker-mutator/core from 6.4.2 to 7.1.0 #75

Bump @stryker-mutator/core from 6.4.2 to 7.1.0

Bump @stryker-mutator/core from 6.4.2 to 7.1.0 #75

Workflow file for this run

name: quality
on: [pull_request]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.17.0
- name: npm ci
run: npm ci
- name: npm run lint:all
run: npm run lint:all
- name: npm run test:unit
run: npm run test:unit
- name: npm run test:mutant
run: npm run test:mutant