mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Properly setup pre-commit job
This commit is contained in:
parent
e63f9e1c14
commit
1bd742f7e9
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -275,7 +275,12 @@ jobs:
|
|||
pre-commit:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
docs_check:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in New Issue
Block a user