gh action - update isort to only check
This commit is contained in:
parent
009ecd96bb
commit
ae6291a1f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daemon-checks.yml
vendored
2
.github/workflows/daemon-checks.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: isort
|
- name: isort
|
||||||
run: |
|
run: |
|
||||||
cd daemon
|
cd daemon
|
||||||
pipenv run isort
|
pipenv run isort -c
|
||||||
- name: black
|
- name: black
|
||||||
run: |
|
run: |
|
||||||
cd daemon
|
cd daemon
|
||||||
|
|
Loading…
Reference in a new issue