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

Commit d66c66e

Browse files
author
Matthias Koeppe
committed
.github/workflows/lint.yml: Do not fail when rst checks fail
1 parent 18121fe commit d66c66e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ jobs:
5050
run: pip install tox
5151
- name: Lint using tox -e rst
5252
run: tox -e rst
53+
# Until all errors are fixed:
54+
continue-on-error: true

0 commit comments

Comments
 (0)