Skip to content

feat: Add k21 keywords #31

feat: Add k21 keywords

feat: Add k21 keywords #31

Workflow file for this run

name: reviewdog
on: [pull_request, push]
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run vim-vimlint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
level: warning
reporter: github-check