Skip to content

Correct the behavior of the custom ctagsbin override (#881) #320

Correct the behavior of the custom ctagsbin override (#881)

Correct the behavior of the custom ctagsbin override (#881) #320

Workflow file for this run

name: Vint
on: [push]
jobs:
vint:
name: vint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Setup dependencies
run: pip install vim-vint
- name: Lint Vimscript
run: vint .