Add reviewdog-eslint for linting

pull/9465/head
Oliver Günther 3 years ago
parent b7d711c4fa
commit 7c5f8de391
  1. 21
      .github/workflows/eslint-core.yml

@ -0,0 +1,21 @@
name: Core/eslint
on:
pull_request:
branches:
- dev
- release/*
paths:
- '**.js'
- '**.ts'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: opf/action-eslint@v2
with:
reporter: github-pr-check
Loading…
Cancel
Save