Skip to content

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /typescript/typescript-book/jest-tutorial #1636

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /typescript/typescript-book/jest-tutorial

build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /typescript/typescript-book/jest-tutorial #1636

Workflow file for this run

name: reviewdog markdownlint
on:
pull_request:
jobs:
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review