Skip to content

Commit

Permalink
Update vint.yml
Browse files Browse the repository at this point in the history
It looks like the vint package is not correct with python 3.12.  Need to test with a different python version.
  • Loading branch information
raven42 committed Dec 21, 2023
1 parent ce59beb commit 3e2d102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e2d102

Please sign in to comment.