Skip to content

build: bump lint-staged from 15.2.5 to 15.2.7 #201

build: bump lint-staged from 15.2.5 to 15.2.7

build: bump lint-staged from 15.2.5 to 15.2.7 #201

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