mirror of https://github.com/waku-org/js-waku.git
Check in protobuf generated files
So that developers do not have to install protobuf suite by default.
This commit is contained in:
parent
136cb1fb9e
commit
8db22b4697
|
@ -77,6 +77,11 @@ jobs:
|
|||
- name: build
|
||||
run: npm run build
|
||||
|
||||
- name: Check no proto files changed
|
||||
shell: bash
|
||||
run: |
|
||||
[ $(git status --short --ignore-submodules|wc -l) -eq 0 ]
|
||||
|
||||
- name: test
|
||||
run: npm run test
|
||||
|
||||
|
|
Loading…
Reference in New Issue