Skip to content

Change the plugin status value from undefined to "off" in some cases where no value is specified #43

Change the plugin status value from undefined to "off" in some cases where no value is specified

Change the plugin status value from undefined to "off" in some cases where no value is specified #43

Workflow file for this run

name: reviewdog
# read-only repo token
# no access to secrets
on:
pull_request:
paths-ignore:
- '!.github/**'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review
level: error
fail_on_error: true