Skip to content

Commit

Permalink
Add check to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaffney2010 authored and drvinceknight committed Aug 12, 2020
1 parent bf42a8b commit 945af1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
run: |
python -m pip install pylint
python -m pylint --disable=all --enable=unused-import axelrod/strategies/_strategies.py
- name: Check format
run: |
python -m black -l 80 . --check
- name: Check that installs
run: |
python setup.py install
Expand Down

0 comments on commit 945af1b

Please sign in to comment.