mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
do not fail on docstring
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user