mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
change names
This commit is contained in:
parent
996554541c
commit
3c460dfc32
3
.github/workflows/pr_checks.yaml
vendored
3
.github/workflows/pr_checks.yaml
vendored
@ -18,7 +18,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
check_version:
|
check_version:
|
||||||
name: check version number
|
name: version number
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -29,6 +29,7 @@ jobs:
|
|||||||
python3 ci/check_version_number.py --branch ${{ github.base_ref }}
|
python3 ci/check_version_number.py --branch ${{ github.base_ref }}
|
||||||
|
|
||||||
pep_style:
|
pep_style:
|
||||||
|
name: PEP style (python)
|
||||||
needs: check_version
|
needs: check_version
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user