ci: run linter
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user