Skip to content

build(deps): bump cosmossdk.io/math from 1.4.0 to 1.5.0 #113

build(deps): bump cosmossdk.io/math from 1.4.0 to 1.5.0

build(deps): bump cosmossdk.io/math from 1.4.0 to 1.5.0 #113

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