2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Merge pull request #1432 from SchrodingersGat/style-checks

Update style worfdlow
This commit is contained in:
Oliver
2021-03-31 13:05:59 +11:00
committed by GitHub

View File

@ -1,9 +1,13 @@
name: Style Checks
on: push
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
pep:
style:
runs-on: ubuntu-latest
strategy: