Skip to content

fix: Ensure #Setup is run in #IsCharCommented (#527) #97

fix: Ensure #Setup is run in #IsCharCommented (#527)

fix: Ensure #Setup is run in #IsCharCommented (#527) #97

Workflow file for this run

name: Vint
on: [push]
jobs:
vint:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Setup dependencies
run: pip install vim-vint
- name: Lint Vimscript
run: vint .