Skip to content

build(deps): Bump cosmossdk.io/core from 0.12.1-0.20240813134434-072a29c838a5 to 1.0.0-alpha.3 #1337

build(deps): Bump cosmossdk.io/core from 0.12.1-0.20240813134434-072a29c838a5 to 1.0.0-alpha.3

build(deps): Bump cosmossdk.io/core from 0.12.1-0.20240813134434-072a29c838a5 to 1.0.0-alpha.3 #1337

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}