Skip to content

Merge remote-tracking branch 'origin/main' into feat/get-signer-utxo-pg #81

Merge remote-tracking branch 'origin/main' into feat/get-signer-utxo-pg

Merge remote-tracking branch 'origin/main' into feat/get-signer-utxo-pg #81

Workflow file for this run

name: Buf CI
on: [push]
jobs:
buf:
name: Run protobuf lints
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
version: 1.42.0
setup_only: true
- name: Check for lints
run: |
cd protobufs
buf lint
- name: Check the format
run: |
cd protobufs
buf format --diff --exit-code