Skip to content

Fix ValueError from missing --trace option (#455) #112

Fix ValueError from missing --trace option (#455)

Fix ValueError from missing --trace option (#455) #112

Workflow file for this run

name: Vint
on: [push, pull_request]
jobs:
vint:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Setup dependencies
run: pip install vim-vint
- name: Run Vimscript Linter
run: vint .