Skip to content

chore(deps): bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 in the go_modules group across 1 directory #6

chore(deps): bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 in the go_modules group across 1 directory

chore(deps): bump github.com/cometbft/cometbft from 0.38.7 to 0.38.8 in the go_modules group across 1 directory #6

Workflow file for this run

name: ci pr
# continuous integration on pull requests to main
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
go-tests:
uses: ./.github/workflows/gotest.yml
go-lint:
uses: ./.github/workflows/golangci-lint.yml
cli-install:
uses: ./.github/workflows/cliinstall.yml
cli-command:
uses: ./.github/workflows/clicommand.yml
sol-tests:
uses: ./.github/workflows/soltest.yml
e2e-tests:
uses: ./.github/workflows/pr-e2etest.yml