ci: run linter

This commit is contained in:
NateScarlet
2021-10-10 02:22:34 +08:00
parent 1878a5b4ef
commit 95b34564ec
3 changed files with 11 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ jobs:
git config user.email "actions@users.noreply.github.com"
- name: Test
run: coverage run -m pytest
- name: Lint
run: make lint
- name: Update(master)
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
env: