Skip to content

Bump github.com/cometbft/cometbft from 0.38.15 to 0.38.16 #588

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

Bump github.com/cometbft/cometbft from 0.38.15 to 0.38.16 #588

name: JSON check
on:
push:
paths:
- '**.json'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"