Skip to content

Commit

Permalink
Run linters/docs on Windows and macOS
Browse files Browse the repository at this point in the history
This ensures that contributors on any of the major platforms can run our
linting and doc building checks without any changes.
  • Loading branch information
chrahunt committed Dec 28, 2019
1 parent 7420629 commit b8daede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
matrix:
os:
- ubuntu-18.04
- windows-latest
- macos-latest
env:
- TOXENV: docs
- TOXENV: lint
Expand Down

0 comments on commit b8daede

Please sign in to comment.