mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
update to merge
This commit is contained in:
5
.github/workflows/qc_checks.yaml
vendored
5
.github/workflows/qc_checks.yaml
vendored
@ -138,11 +138,12 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- name: Enviroment Setup
|
- name: Enviroment Setup
|
||||||
uses: inventree/inventree/.github/actions/setup@master
|
uses: ./.github/actions/setup
|
||||||
with:
|
with:
|
||||||
install: true
|
install: true
|
||||||
- name: flake8
|
- name: Run flake8
|
||||||
run: flake8 InvenTree
|
run: flake8 InvenTree
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
Reference in New Issue
Block a user