Skip to content

Include completion "kind" #195

Include completion "kind"

Include completion "kind" #195

Workflow file for this run

name: Vint
on:
push:
branches:
- master
pull_request:
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-review