Update vint.yml (#865)

It looks like the vint package is not correct with python 3.12.  Need to test with a different python version.
This commit is contained in:
David Hegland 2023-12-21 07:16:04 -06:00 committed by GitHub
parent ce59bebcf8
commit fcd31ec145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Setup dependencies
run: pip install vim-vint
- name: Lint Vimscript