Skip to content

Exit copy-mode when clearing terminal screen (#233) #65

Exit copy-mode when clearing terminal screen (#233)

Exit copy-mode when clearing terminal screen (#233) #65

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 .