mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add automated PR review comments based on Vint linter (#410)
This commit is contained in:
13
.github/workflows/vint.yml
vendored
13
.github/workflows/vint.yml
vendored
@@ -8,11 +8,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Set up Python
|
- name: Run vint with reviewdog
|
||||||
uses: actions/setup-python@v1
|
uses: reviewdog/action-vint@v1.0.1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
github_token: ${{ secrets.github_token }}
|
||||||
- name: Setup dependencies
|
reporter: github-pr-review
|
||||||
run: pip install vim-vint
|
|
||||||
- name: Run Vimscript Linter
|
|
||||||
run: vint .
|
|
||||||
|
|||||||
Reference in New Issue
Block a user