Skip to content

Commit

Permalink
Run linting on the pipeline
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
javatarz committed Oct 13, 2019
1 parent 0a1aea5 commit 8932e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gc-leaderboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev
- name: Linting
run: |
./lint.sh
- name: Test with pytest
run: |
pipenv run pytest

0 comments on commit 8932e4f

Please sign in to comment.