Skip to content

Commit

Permalink
[add] unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Feb 15, 2020
1 parent a247ce1 commit 0c5f63c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: reviewdog

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
vint:
name: runner / vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: vint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
level: error
reporter: github-pr-check

0 comments on commit 0c5f63c

Please sign in to comment.