mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-20 00:52:45 +08:00
Merge pull request #2066 from kazukazuinaina/update_reviewdog_yml
[update] reviewdog.yml
This commit is contained in:
commit
7e00ee1107
15
.github/workflows/reviewdog.yml
vendored
15
.github/workflows/reviewdog.yml
vendored
|
@ -1,13 +1,22 @@
|
|||
name: reviewdog
|
||||
on: [push, pull_request]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
vint:
|
||||
name: runner / vint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: vint
|
||||
uses: reviewdog/action-vint@v1
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
reporter: github-pr-review
|
||||
level: error
|
||||
reporter: github-pr-check
|
||||
|
|
Loading…
Reference in New Issue
Block a user