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 9c1707b commit c7231daCopy full SHA for c7231da
.github/workflows/vint.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Set up Python
10
uses: actions/setup-python@v4
11
with:
12
- python-version: 3.10
+ python-version: '3.10'
13
- name: Setup dependencies
14
run: pip install vim-vint
15
- name: Run Vimscript Linter
0 commit comments