Skip to content

fix(ibc-core): copy substitute consensus state during client recovery #21

fix(ibc-core): copy substitute consensus state during client recovery

fix(ibc-core): copy substitute consensus state during client recovery #21

Workflow file for this run

name: Code Quality Checks
on:
pull_request:
jobs:
code-quality:
runs-on: ubuntu-latest
env:
RIPGREP_VERSION: 14.1.0
FD_VERSION: 9.0.0
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Whitestapace lints
run: bash ci/code-quality/whitespace-lints.sh
- name: Spell Check with Typos
uses: crate-ci/[email protected] # NOTE: Newer versions detect false positives. Test locally before upgrading.
with:
config: ./.github/typos.toml