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"
|
name: "Run codespell"
|
||||||
command: |
|
command: |
|
||||||
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist
|
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
|
build: &build
|
||||||
docker:
|
docker:
|
||||||
|
|
Loading…
Reference in New Issue