Skip to content

Commit

Permalink
run check and give repo root path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Moody committed Jun 25, 2020
1 parent 18529fb commit 5b33582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py3pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: pip install . black pytest

- name: Run Linter
run: black pynetbox
run: black --check .

- name: Run Tests
run: pytest
Expand Down

0 comments on commit 5b33582

Please sign in to comment.