Skip to content

build: bump markdownlint-cli from 0.40.0 to 0.41.0 #203

build: bump markdownlint-cli from 0.40.0 to 0.41.0

build: bump markdownlint-cli from 0.40.0 to 0.41.0 #203

Workflow file for this run

---
name: reviewdog
"on": pull_request
jobs:
reviewdog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: npm
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
markdownlint_flags: . .?*/**/*.{md,markdown}
- name: textlint
uses: tsuyoshicho/action-textlint@v3
with:
textlint_flags: . .?*/**
- name: yamllint
uses: reviewdog/action-yamllint@v1
with:
reporter: github-pr-review
- name: actionlint
uses: reviewdog/action-actionlint@v1
with:
reporter: github-pr-review