mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-26 23:44:30 +02:00
Merge pull request #2063 from kazukazuinaina/add_github_actions
[add] github actions
This commit is contained in:
commit
985d15613e
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
|
@ -1,4 +1,4 @@
|
|||||||
# vim-airline [](https://travis-ci.org/vim-airline/vim-airline) [](https://saythanks.io/to/chrisbra)
|
# vim-airline [](https://travis-ci.org/vim-airline/vim-airline) [](https://saythanks.io/to/chrisbra) 
|
||||||
|
|
||||||
Lean & mean status/tabline for vim that's light as air.
|
Lean & mean status/tabline for vim that's light as air.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user