mirror of https://github.com/status-im/js-waku.git
Debug changed files
This commit is contained in:
parent
44cac7ff2b
commit
c67664a21b
|
@ -79,7 +79,9 @@ jobs:
|
|||
- name: Check all protobuf code was committed
|
||||
shell: bash
|
||||
run: |
|
||||
[ $(git status --short --ignore-submodules|wc -l) -eq 0 ]
|
||||
res=$(git status --short --ignore-submodules)
|
||||
echo -n "'$res'" # For debug purposes
|
||||
[ $(echo -n "$res"|wc -l) -eq 0 ]
|
||||
|
||||
- name: build
|
||||
run: npm run build
|
||||
|
|
Loading…
Reference in New Issue