Skip to content

update

update #107

Workflow file for this run

---
name: 'lint_vimrc'
on:
push:
pull_request:
jobs:
check_vimrc:
runs-on: ubuntu-latest
steps:
- name: do checkout
uses: actions/checkout@master
- name: vint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
# documentation:
# https://github.com/Vimjas/vint
# https://github.com/Vimjas/vint/wiki/Vint-linting-policy-summary
...