1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00

Add vint github action (#4094)

This commit is contained in:
Wang Shidong 2021-02-16 20:36:30 +08:00 committed by GitHub
parent db93f80886
commit 28a71d88a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Vint
on: [pull_request]
jobs:
vint:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run vint with reviewdog
uses: reviewdog/action-vint@v1.0.1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review