mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-11 21:15:01 +00:00
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
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user