Fix yml syntax

This commit is contained in:
Andy K. Massimino
2021-05-08 23:31:42 -04:00
parent f79c2a0f71
commit 4d1a7ca224

View File

@@ -29,10 +29,10 @@ jobs:
uses: actions/setup-python@v2
- name: Install vint
- run: |
run: |
python -m pip install --upgrade pip
pip install vim-vint
- name: Lint with vint
- run: |
run: |
vint plugin autoload