2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

always run style

This commit is contained in:
Matthias
2021-12-03 20:24:01 +01:00
parent c1052b6c1d
commit b871115484

View File

@ -42,6 +42,7 @@ jobs:
name: PEP style (python)
needs: check_version
runs-on: ubuntu-latest
if: always()
steps:
- name: Checkout code