Skip to content

doc: Document actual LspStopServer behavior (#1490) #1987

doc: Document actual LspStopServer behavior (#1490)

doc: Document actual LspStopServer behavior (#1490) #1987

Workflow file for this run

name: reviewdog
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
vimlint:
name: runner / vint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: vint
uses: reviewdog/action-vint@v1
with:
github_token: ${{ secrets.github_token }}
level: error
reporter: github-pr-review