mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
Merge pull request #1432 from SchrodingersGat/style-checks
Update style worfdlow
This commit is contained in:
commit
88a021f165
8
.github/workflows/style.yaml
vendored
8
.github/workflows/style.yaml
vendored
@ -1,9 +1,13 @@
|
|||||||
name: Style Checks
|
name: Style Checks
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ $default-branch ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ $default-branch ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pep:
|
style:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user