mirror of https://github.com/status-im/evmc.git
Circle CI: Test for configuration validity of bumpversion
This commit is contained in:
parent
9bdea8791b
commit
b8d13b3bcc
|
@ -16,6 +16,14 @@ jobs:
|
|||
name: "Run codespell"
|
||||
command: |
|
||||
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist
|
||||
- run:
|
||||
name: "Check bumpversion"
|
||||
command: |
|
||||
export PATH="/home/builder/.local/bin:$PATH"
|
||||
pip3 install bumpversion
|
||||
bumpversion --dry-run --verbose major
|
||||
bumpversion --dry-run --verbose minor
|
||||
bumpversion --dry-run --verbose patch
|
||||
|
||||
build: &build
|
||||
docker:
|
||||
|
|
Loading…
Reference in New Issue