Skip to content

Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.6 #3

Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.6

Bump github.com/cometbft/cometbft from 0.38.5 to 0.38.6 #3

Workflow file for this run

name: chores
on:
pull_request:
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/[email protected]
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run codespell
continue-on-error: true
run: |
# .codespellrc is used
sudo apt-get install codespell -y
codespell -w --config .codespellrc
exit $?