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:
|
||||
|
||||
check_version:
|
||||
name: check version number
|
||||
name: version number
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@ -29,6 +29,7 @@ jobs:
|
||||
python3 ci/check_version_number.py --branch ${{ github.base_ref }}
|
||||
|
||||
pep_style:
|
||||
name: PEP style (python)
|
||||
needs: check_version
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user