Skip to content

build(deps): bump cosmossdk.io/collections from 0.4.0 to 1.0.0 #791

build(deps): bump cosmossdk.io/collections from 0.4.0 to 1.0.0

build(deps): bump cosmossdk.io/collections from 0.4.0 to 1.0.0 #791

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
statuses: write
# Cancel all previous runs of the same workflow when a new one is triggered in the same branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Lint PR 🧹
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}