Skip to content

Only try to clear the pane if it exists (#231) #63

Only try to clear the pane if it exists (#231)

Only try to clear the pane if it exists (#231) #63

Workflow file for this run

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