Skip to content

Allow custom IITC core script #38

Allow custom IITC core script

Allow custom IITC core script #38

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