Skip to content

Commit

Permalink
Merge pull request #943 from ml5js/bomani.eslint-reviews
Browse files Browse the repository at this point in the history
Add ESLint GitHub Action for automated PR review comments
  • Loading branch information
joeyklee committed May 4, 2020
2 parents 73c8540 + b21ea87 commit ca6fa1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,13 @@
name: reviewdog
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: eslint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.

0 comments on commit ca6fa1d

Please sign in to comment.