Skip to content

Commit d9adf7b

Browse files
committed
Wrangle with lint stage
1 parent db87520 commit d9adf7b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: Python SDK Lint
22
on: [push, workflow_dispatch]
33

4+
env:
5+
PYTHON_VERSION: 3.9
6+
47
jobs:
58
lint:
69
runs-on: ubuntu-latest
710
steps:
811
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
912
- uses: ./.github/actions/setup-sdk-environment
1013
with:
11-
python-version: ${{ matrix.python-version }}
14+
python-version: ${{ env.PYTHON_VERSION }}
1215
deps-group: lint
1316
- name: Verify uv.lock is up-to-date
1417
run: uv lock --check

0 commit comments

Comments
 (0)