proto/bitcoin: get block by height #63
This file contains 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: buf-push | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
push: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: bufbuild/buf-setup-action@v1 | |
- uses: bufbuild/buf-lint-action@v1 | |
# Disable buf breaking while this is in alpha | |
# - uses: bufbuild/buf-breaking-action@v1 | |
# with: | |
# against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=master,ref=HEAD~1" | |
- uses: bufbuild/buf-push-action@v1 | |
with: | |
buf_token: ${{ secrets.BUF_TOKEN }} | |
input: proto |