We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b7e59 commit 11dad02Copy full SHA for 11dad02
.github/workflows/linters.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python ${{ env.PYTHON_VERSION }}
27
uses: actions/setup-python@v1
28
with:
29
- PYTHON_VERSION: ${{ env.PYTHON_VERSION }}
+ python-version: ${{ env.PYTHON_VERSION }}
30
- name: Environment Information
31
run: npx envinfo
32
- name: Lint C/C++ files
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
- name: Lint Python
0 commit comments