2
0
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:
Matthias
2022-05-28 01:11:16 +02:00
parent 9c4c2c434f
commit 959e4bb28e

View File

@ -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: