We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b88881 commit 9c1707bCopy full SHA for 9c1707b
.github/workflows/vint.yml
@@ -7,9 +7,9 @@ jobs:
7
- name: Checkout
8
uses: actions/checkout@master
9
- name: Set up Python
10
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
11
with:
12
- python-version: 3.13
+ python-version: 3.10
13
- name: Setup dependencies
14
run: pip install vim-vint
15
- name: Run Vimscript Linter
0 commit comments