Skip to content

Commit

Permalink
Use Reviewdog to run Vint for nicer PR feedback (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 31, 2019
1 parent ce30e3f commit d1c3f51
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/vint.yml
@@ -1,22 +1,15 @@
name: Vint

on: [push, pull_request]

jobs:
vint:
strategy:
fail-fast: false

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@v1
- name: Run vint with reviewdog
uses: reviewdog/action-vint@v1.0.1
with:
python-version: 3.7
- name: Setup dependencies
run: pip install vim-vint
- name: Run Vimscript Linter
run: vint .
github_token: ${{ secrets.github_token }}
reporter: github-pr-review

0 comments on commit d1c3f51

Please sign in to comment.