Skip to content

Change representation of taproot trees & Internal fixes (#384) #162

Change representation of taproot trees & Internal fixes (#384)

Change representation of taproot trees & Internal fixes (#384) #162

Workflow file for this run

name: API Spec Changes
on:
push:
branches:
- master
paths:
- "api-spec/**"
pull_request:
branches:
- master
paths:
- "api-spec/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: bufbuild/buf-setup-action@v1.3.1
- name: check proto linting
run: buf lint