Skip to content

build(deps): bump github.com/cosmos/rosetta from 0.50.10 to 0.50.11 #83

build(deps): bump github.com/cosmos/rosetta from 0.50.10 to 0.50.11

build(deps): bump github.com/cosmos/rosetta from 0.50.10 to 0.50.11 #83

Workflow file for this run

name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Run Buf checks 👀
uses: bufbuild/buf-action@v1
with:
token: ${{ secrets.BUF_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
push: false