do not fail on docstring

This commit is contained in:
Matthias 2022-05-27 22:06:36 +02:00
parent 6bca3762c9
commit a379813711
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -170,9 +170,11 @@ jobs:
docstyle:
name: Python Style (Docstrings)
needs: pre-commit
runs-on: ubuntu-20.04
needs: pre-commit
continue-on-error: true # this test is more an info then breaking
steps:
- name: Checkout code
uses: actions/checkout@v2