We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849a28c commit 04df29eCopy full SHA for 04df29e
1 file changed
.github/workflows/lint.yml
@@ -38,11 +38,11 @@ jobs:
38
lint:
39
runs-on: ubuntu-latest
40
steps:
41
+ - name: Checkout repository
42
+ uses: actions/checkout@v6
43
- name: Setup Python
44
uses: actions/setup-python@v6
45
with:
- python-version: '3.12'
- - name: Checkout repository
46
- uses: actions/checkout@v6
+ python-version-file: "pyproject.toml"
47
- name: Check styling
48
uses: psf/black@stable
0 commit comments