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 05ef7f4 commit cbcc862Copy full SHA for cbcc862
.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.7
+ python-version: '3.10'
13
- name: Setup dependencies
14
run: pip install vim-vint
15
- name: Run Vimscript Linter
0 commit comments