mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
Update circleci config
This commit is contained in:
parent
7c6f37c39b
commit
b568d30333
@ -12,6 +12,14 @@ run_install_dependencies: &run_install_dependencies
|
||||
|
||||
version: 2
|
||||
jobs:
|
||||
changelog:
|
||||
docker:
|
||||
- image: docker:stable-git
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: ! git diff --exit-code CHANGELOG.md
|
||||
|
||||
# Job used for testing
|
||||
lint:
|
||||
docker:
|
||||
|
Loading…
x
Reference in New Issue
Block a user