Skip to content

Commit

Permalink
introduce reviewdog/action-vint@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jan 13, 2020
1 parent 83a09a1 commit 89afcca
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/reviewdog.yml
@@ -0,0 +1,17 @@
name: reviewdog
on:
push:
branches:
- master
pull_request:

jobs:
vint:
name: runner / vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -3,13 +3,8 @@ rvm:
- 2.0.0
install:
- git clone https://github.com/kana/vim-vspec.git
- pip install vim-vint --user
- go env
- go get -u github.com/haya14busa/reviewdog/cmd/reviewdog
before_script:
- bundle install
- bundle show
script:
- >-
vint plugin autoload/EasyMotion.vim autoload/EasyMotion/ | reviewdog -name=vint -efm="%f:%l:%c: %m" -reporter=github-pr-check
- rake ci

0 comments on commit 89afcca

Please sign in to comment.