mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 23:26:11 -04:00
Add isort to CI pipeline
This commit is contained in:
@@ -22,6 +22,10 @@ jobs:
|
||||
- name: Install package
|
||||
run: |
|
||||
pip install -e .
|
||||
- name: Check format with isort
|
||||
run: |
|
||||
pip install isort
|
||||
isort -c opendrop/**.py
|
||||
- name: Check format with black
|
||||
run: |
|
||||
pip install black
|
||||
|
||||
Reference in New Issue
Block a user