Skip to content

chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.3 to 2.10.0-beta.3 #51

chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.3 to 2.10.0-beta.3

chore(deps): bump cosmossdk.io/client/v2 from 2.0.0-beta.3 to 2.10.0-beta.3 #51

Workflow file for this run

name: Spell Check
on:
pull_request:
push:
branches:
- main
- master
jobs:
spellcheck:
name: Run codespell
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install codespell
run: pip install codespell
- name: Run codespell
run: codespell