Check in protobuf generated files

So that developers do not have to install protobuf suite by default.
This commit is contained in:
Franck Royer 2021-04-20 10:02:47 +10:00
parent 136cb1fb9e
commit 8db22b4697
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 5 additions and 0 deletions

View File

@ -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