Skip to content

chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.12.1 #74

chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.12.1

chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.12.1 #74

name: stryker-javascript

Check failure on line 1 in .github/workflows/stryker-javascript.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/stryker-javascript.yaml

Invalid workflow file

(Line: 9, Col: 5): you may only define one of `branches` and `branches-ignore` for a single event
permissions: {}
on:
push:
branches-ignore:
- renovate/**
branches:
- main
paths:
- javascript/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- javascript/**
- testdata/**
- .github/**
jobs:
stryker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json
- run: npm ci
working-directory: javascript
- run: npm run stryker
working-directory: javascript
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: stryker-report
path: |
javascript/reports/mutation/html/index.html
javascript/reports/mutation/mutation.json