Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Jan 5, 2021
1 parent 549a169 commit 0a616f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
python setup.py develop
- name: Linting
run: |
yapf --diff --recursive notification/
pylint notification/
yapf --diff --recursive notif/
pylint notif/
- name: Building doc
run: |
cd docs
Expand Down

0 comments on commit 0a616f1

Please sign in to comment.