Skip to content

Commit 2df3105

Browse files
committed
test with black isort flake8
1 parent 2a44b3c commit 2df3105

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bookinn-app w orkflow
1+
name: Bookinn-app workflow
22

33
on: [push]
44

@@ -18,6 +18,14 @@ jobs:
1818
pip install black flake8 flake8-isort
1919
pip install -r requirements.txt
2020
21-
- name: Test with black, flake8-isort and flake8
21+
- name: Test with black
2222
run: |
23-
python -m black isort flake8
23+
python -m black
24+
25+
- name: Test with flake8-isort
26+
run: |
27+
python -m isort
28+
29+
- name: Test with flake8
30+
run: |
31+
python -m flake8

0 commit comments

Comments
 (0)