[add] github actions

[add] github actions's batch in README

[update] yml
This commit is contained in:
kazukazuinaina
2020-02-07 04:25:34 +09:00
parent f659a98d50
commit a6a3eab8d9
3 changed files with 14 additions and 1 deletions

23
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,23 @@
#### environment
- vim: ????
- vim-airline: ????
- OS: ????
- Have you reproduced with a minimal vimrc: ???
- What is your airline configuration: ???
if you are using terminal:
- terminal: ????
- $TERM variable: ???
- color configuration (:set t_Co?):
if you are using Neovim:
- does it happen in Vim: ???
#### actual behavior
????
#### expected behavior
????
#### screen shot (if possible)

13
.github/workflows/reviewdog.yml vendored Normal file
View 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