Add RegisterIntent + BIP0322 Proof of Funds & Drop covenant & SDK SQLite db #289
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
- name: check proto linting | |
run: buf lint |