Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.1.1 #2089

build(deps-dev): bump eslint from 8.57.0 to 9.1.1

build(deps-dev): bump eslint from 8.57.0 to 9.1.1 #2089

Workflow file for this run

name: Reviewdog
on: [pull_request, push]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: eslint
uses: reviewdog/action-eslint@v1
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN || github.token }}
with:
github_token: ${{ secrets.AUTO_MERGE_TOKEN || github.token }}
reporter: github-check
eslint_flags: '. --ignore-pattern doc/'