Skip to content

Should use s:shell_error not v:shell_error, especially for the subprocess created by python. #65

Should use s:shell_error not v:shell_error, especially for the subprocess created by python.

Should use s:shell_error not v:shell_error, especially for the subprocess created by python. #65

Workflow file for this run

name: Reviewdog
on: [pull_request]
jobs:
vint:
name: vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: vint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review