Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
.github/workflows/lint.yml: Do not fail when rst checks fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 12, 2022
1 parent 18121fe commit d66c66e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ jobs:
run: pip install tox
- name: Lint using tox -e rst
run: tox -e rst
# Until all errors are fixed:
continue-on-error: true

0 comments on commit d66c66e

Please sign in to comment.