mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
one workflow for PR checks
This commit is contained in:
parent
413968a979
commit
2c2825abf7
@ -1,6 +1,6 @@
|
|||||||
# Check that the version number format matches the current branch
|
# Checks for each PR
|
||||||
|
|
||||||
name: Version Numbering
|
name: PR checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -9,7 +9,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
check:
|
check_version:
|
||||||
|
name: check version number
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
Loading…
x
Reference in New Issue
Block a user