mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-04 08:34:57 +00:00
Format proto code after generation
This commit is contained in:
parent
aaa0cef315
commit
ca11dbf90c
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -42,18 +42,6 @@ jobs:
|
||||
cd nim-waku/build
|
||||
./wakunode2 --help
|
||||
|
||||
- name: Install bufbuild
|
||||
uses: mathematic-inc/setup-buf@v2beta
|
||||
with:
|
||||
buf-version: ${{ env.BUF_VERSION }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
version: "3.x"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Cache npm cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
@ -64,7 +52,9 @@ jobs:
|
||||
uses: bahmutov/npm-install@v1
|
||||
|
||||
- name: Generate protobuf code
|
||||
run: npm run proto
|
||||
run: |
|
||||
npm run proto
|
||||
npm run fix
|
||||
|
||||
- name: Check all protobuf code was committed
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user