Skip to content

Migrate formatting to Eslint Stylistic #71

Migrate formatting to Eslint Stylistic

Migrate formatting to Eslint Stylistic #71

Workflow file for this run

name: reviewdog
on:
pull_request:
types: [ready_for_review]
jobs:
eslint:
name: run eslint with reviewdog
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21.3.0'
- uses: reviewdog/action-eslint@v1.20.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # Change reporter.
eslint_flags: '. --ext .js,.ts,.json'