Skip to content

Bump github.com/cometbft/cometbft from 0.38.12 to 0.38.15 #1197

Bump github.com/cometbft/cometbft from 0.38.12 to 0.38.15

Bump github.com/cometbft/cometbft from 0.38.12 to 0.38.15 #1197

Workflow file for this run

name: Fmt
on:
pull_request:
push:
branches:
- master
jobs:
gofmt:
name: gofmt
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]