[tests] add github hook
This commit is contained in:
parent
98fa2187d4
commit
ebf1233172
1 changed files with 2 additions and 0 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -18,3 +18,5 @@ jobs:
|
|||
run: black --check fooder
|
||||
- name: Run flake8
|
||||
run: flake8 fooder
|
||||
- name: Run tests
|
||||
run: ./test.sh
|
||||
|
|
Loading…
Reference in a new issue