chore(deps): bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 #335
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |