mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 20:01:18 +00:00
Ensure versions are aligned between freqtrade and freqtrade_client
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -108,6 +108,10 @@ jobs:
|
||||
run: |
|
||||
ruff check --output-format=github .
|
||||
|
||||
- name: Check for version alignment
|
||||
run: |
|
||||
build_helpers/freqtrade_client_version_align.py
|
||||
|
||||
- name: Mypy
|
||||
run: |
|
||||
mypy freqtrade scripts tests
|
||||
|
||||
Reference in New Issue
Block a user