mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Pin python version for black in lint.yml
This commit is contained in:
parent
c8e3274c4e
commit
1df1325f55
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user