Skip to content

Bump github.com/consensys/gnark-crypto from 0.12.1 to 0.18.1 in /interchaintest #485

Bump github.com/consensys/gnark-crypto from 0.12.1 to 0.18.1 in /interchaintest

Bump github.com/consensys/gnark-crypto from 0.12.1 to 0.18.1 in /interchaintest #485

Workflow file for this run

name: Spell Check
on:
pull_request:
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