mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-22 09:44:58 +08:00
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:
parent
ce59bebcf8
commit
fcd31ec145
4
.github/workflows/vint.yml
vendored
4
.github/workflows/vint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user