We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db87520 commit d9adf7bCopy full SHA for d9adf7b
1 file changed
.github/workflows/lint.yml
@@ -1,14 +1,17 @@
1
name: Python SDK Lint
2
on: [push, workflow_dispatch]
3
4
+env:
5
+ PYTHON_VERSION: 3.9
6
+
7
jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12
- uses: ./.github/actions/setup-sdk-environment
13
with:
- python-version: ${{ matrix.python-version }}
14
+ python-version: ${{ env.PYTHON_VERSION }}
15
deps-group: lint
16
- name: Verify uv.lock is up-to-date
17
run: uv lock --check
0 commit comments