Ensure versions are aligned between freqtrade and freqtrade_client

This commit is contained in:
Matthias
2024-03-29 10:03:15 +01:00
parent f0e0957579
commit 0c026f950b
2 changed files with 21 additions and 0 deletions

View File

@@ -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