mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
add lint checks
This commit is contained in:
parent
7426a60f0f
commit
e686f65db6
2
.github/workflows/make_test_ebook.yaml
vendored
2
.github/workflows/make_test_ebook.yaml
vendored
@ -18,6 +18,8 @@ jobs:
|
||||
cache: 'pip' # caching pip dependencies
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Check formatting (black)
|
||||
run: black . --check
|
||||
- name: install python requirements
|
||||
run: pip install -r requirements.txt
|
||||
- name: make test ebook
|
||||
|
Loading…
x
Reference in New Issue
Block a user