Use actions as documented
This commit is contained in:
parent
b4ea37d598
commit
bf968a9fd8
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -94,9 +94,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
isort --check .
|
isort --check .
|
||||||
|
|
||||||
- name: Ruff - linting
|
- name: Run Ruff
|
||||||
run: |
|
run: |
|
||||||
ruff check .
|
ruff check --format=github .
|
||||||
|
|
||||||
- name: Mypy
|
- name: Mypy
|
||||||
run: |
|
run: |
|
||||||
@ -190,9 +190,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
isort --check .
|
isort --check .
|
||||||
|
|
||||||
- name: Ruff - linting
|
- name: Run Ruff
|
||||||
run: |
|
run: |
|
||||||
ruff check .
|
ruff check --format=github .
|
||||||
|
|
||||||
- name: Mypy
|
- name: Mypy
|
||||||
run: |
|
run: |
|
||||||
@ -248,9 +248,9 @@ jobs:
|
|||||||
freqtrade create-userdir --userdir user_data
|
freqtrade create-userdir --userdir user_data
|
||||||
freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt-loss SharpeHyperOptLossDaily --print-all
|
freqtrade hyperopt --datadir tests/testdata -e 5 --strategy SampleStrategy --hyperopt-loss SharpeHyperOptLossDaily --print-all
|
||||||
|
|
||||||
- name: Ruff - linting
|
- name: Run Ruff
|
||||||
run: |
|
run: |
|
||||||
ruff check .
|
ruff check --format=github .
|
||||||
|
|
||||||
- name: Mypy
|
- name: Mypy
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user