mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-09 21:46:39 +08:00
[add] github actions
[add] github actions's batch in README [update] yml
This commit is contained in:
13
.github/workflows/reviewdog.yml
vendored
Normal file
13
.github/workflows/reviewdog.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: reviewdog
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
vint:
|
||||
name: runner / vint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: vint
|
||||
uses: reviewdog/action-vint@v1
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
reporter: github-pr-review
|
||||
Reference in New Issue
Block a user