parent
b7d711c4fa
commit
7c5f8de391
@ -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…
Reference in new issue