one workflow for PR checks

This commit is contained in:
Matthias 2021-12-02 12:28:10 +01:00
parent 413968a979
commit 2c2825abf7
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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:
pull_request:
@ -9,7 +9,8 @@ on:
jobs:
check:
check_version:
name: check version number
runs-on: ubuntu-latest
steps: