Skip to content

Drop support for Vim prior to 8.2.5136 to fix CI on macOS #613

Drop support for Vim prior to 8.2.5136 to fix CI on macOS

Drop support for Vim prior to 8.2.5136 to fix CI on macOS #613

Workflow file for this run

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