mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
do not fail on docstring
This commit is contained in:
parent
6bca3762c9
commit
a379813711
4
.github/workflows/qc_checks.yaml
vendored
4
.github/workflows/qc_checks.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user