Skip to content

Fix plugin_event event: updating a disabled plugin now does not trigger the event #49

Fix plugin_event event: updating a disabled plugin now does not trigger the event

Fix plugin_event event: updating a disabled plugin now does not trigger the event #49

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