Skip to content

Commit

Permalink
Add more linter jobs to GitHub Actions CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 27, 2019
1 parent ac76846 commit 76a066e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
- ubuntu-latest
env:
- TOXENV: pre-commit
- TOXENV: setup-check
# - TOXENV: pre-commit-failing
- TOXENV: setup-check
- TOXENV: build-docs
- TOXENV: spellcheck-docs
- TOXENV: linkcheck-docs
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 76a066e

Please sign in to comment.