2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

do not fail on docstring

This commit is contained in:
Matthias
2022-05-27 22:06:36 +02:00
parent 6bca3762c9
commit a379813711

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