mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
11 lines
143 B
YAML
11 lines
143 B
YAML
name: Style Checks
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
pep:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout code
|
|
uses: actions/checkout@v2 |