Skip to content

Commit 94a5a46

Browse files
committed
Wrangle with lint stage
1 parent db87520 commit 94a5a46

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,6 +1,9 @@
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
@@ -13,4 +16,4 @@ jobs:
1316
- name: Verify uv.lock is up-to-date
1417
run: uv lock --check
1518
- name: Verify against basedpyright baseline
16-
run: uv run --frozen basedpyright
19+
run: uv run --frozen basedpyright --pythonversion ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)