Skip to content

chore(deps): bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #335

chore(deps): bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0

chore(deps): bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #335

Workflow file for this run

name: reviewdog eslint
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version-file: .nvmrc
- run: npm run clean-install:all
- uses: reviewdog/[email protected]
with:
workdir: integration-tests
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.