Skip to content

chore(deps): update dependency eslint-plugin-markdown to v5 #666

chore(deps): update dependency eslint-plugin-markdown to v5

chore(deps): update dependency eslint-plugin-markdown to v5 #666

Workflow file for this run

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test:mutation --coverage --no-file-parallelism
- name: Codecov
uses: codecov/codecov-action@v3
with:
flags: mutation
name: Test Mutation
on:
pull_request: ~
push:
branches:
- main