Skip to content

Commit 945af1b

Browse files
gaffney2010drvinceknight
authored andcommitted
Add check to config.yml
1 parent bf42a8b commit 945af1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
run: |
5959
python -m pip install pylint
6060
python -m pylint --disable=all --enable=unused-import axelrod/strategies/_strategies.py
61+
- name: Check format
62+
run: |
63+
python -m black -l 80 . --check
6164
- name: Check that installs
6265
run: |
6366
python setup.py install

0 commit comments

Comments
 (0)