Skip to content

build: bump cosmos-sdk from 0.46.13 to 0.46.16 (#215) #40

build: bump cosmos-sdk from 0.46.13 to 0.46.16 (#215)

build: bump cosmos-sdk from 0.46.13 to 0.46.16 (#215) #40

Workflow file for this run

name: Lint Shell
on:
push:
tags:
- v*
branches:
- main
pull_request:
paths:
- '**.sh'
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: make lint-shell
- name: Run shfmt
run: docker run --rm -v $(pwd):/mnt -w /mnt mvdan/shfmt:v3.6.0 -l -d -i 2 .