mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-01-27 16:31:43 +08:00
Merge pull request #211 from kazukazuinaina/add_github_actions
[add] github actions
This commit is contained in:
commit
9772475fcc
22
.github/workflows/reviewdog.yml
vendored
Normal file
22
.github/workflows/reviewdog.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
name: reviewdog
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
vint:
|
||||||
|
name: runner / vint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: vint
|
||||||
|
uses: reviewdog/action-vint@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.github_token }}
|
||||||
|
level: error
|
||||||
|
reporter: github-pr-check
|
|
@ -1,4 +1,4 @@
|
||||||
# vim-airline-themes [![Build Status](https://travis-ci.org/vim-airline/vim-airline-themes.svg?branch=master)](https://travis-ci.org/vim-airline/vim-airline-themes)
|
# vim-airline-themes [![Build Status](https://travis-ci.org/vim-airline/vim-airline-themes.svg?branch=master)](https://travis-ci.org/vim-airline/vim-airline-themes) [![reviewdog](https://github.com/vim-airline/vim-airline-themes/workflows/reviewdog/badge.svg?branch=master)](https://github.com/vim-airline/vim-airline-themes/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amaster)
|
||||||
|
|
||||||
This is the official theme repository for [vim-airline][11]
|
This is the official theme repository for [vim-airline][11]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user