Skip to content

Bump micromatch from 4.0.7 to 4.0.8 in /example #23

Bump micromatch from 4.0.7 to 4.0.8 in /example

Bump micromatch from 4.0.7 to 4.0.8 in /example #23

Workflow file for this run

name: 'coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn
test-script: yarn validate-ci