Pin python version for black in lint.yml

This commit is contained in:
Raffson 2025-04-20 22:58:19 +02:00
parent c8e3274c4e
commit 1df1325f55
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- uses: psf/black@stable
with:
src: "."