Skip to content

Commit fcd31ec

Browse files
authored
Update vint.yml (preservim#865)
It looks like the vint package is not correct with python 3.12. Need to test with a different python version.
1 parent ce59beb commit fcd31ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v2
1010
- name: Set up Python
11-
uses: actions/setup-python@v2
11+
uses: actions/setup-python@v5
12+
with:
13+
python-version: '3.10'
1214
- name: Setup dependencies
1315
run: pip install vim-vint
1416
- name: Lint Vimscript

0 commit comments

Comments
 (0)