Skip to content

Commit

Permalink
Исправлен путь к файлам workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
margoloko authored Feb 27, 2024
1 parent 06cf77b commit 2dc6e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
pip install flake8==6.1.0 flake8-isort==6.0.0 black==24.2.0
- name: Check with flake8
run: python -m flake8 backend/
run: python -m flake8 crm_yandex/

- name: Check with black
run: black --check backend/
run: black --check crm_yandex/

- name: Run tests with coverage
run: |
Expand Down

0 comments on commit 2dc6e43

Please sign in to comment.