Skip to content

kitty/include-theme #193

kitty/include-theme

kitty/include-theme #193

Workflow file for this run

---
name: 'lint_vimrc'
on:
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
...