add lint checks

This commit is contained in:
jeffery 2023-03-03 19:11:29 +08:00
parent 7426a60f0f
commit e686f65db6

View File

@ -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