Skip to content

Commit 04df29e

Browse files
committed
adjust lint workflow
1 parent 849a28c commit 04df29e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
lint:
3939
runs-on: ubuntu-latest
4040
steps:
41+
- name: Checkout repository
42+
uses: actions/checkout@v6
4143
- name: Setup Python
4244
uses: actions/setup-python@v6
4345
with:
44-
python-version: '3.12'
45-
- name: Checkout repository
46-
uses: actions/checkout@v6
46+
python-version-file: "pyproject.toml"
4747
- name: Check styling
4848
uses: psf/black@stable

0 commit comments

Comments
 (0)