Skip to content

refactor: replace custom MPT and triehash with alloy-trie (#506) #31

refactor: replace custom MPT and triehash with alloy-trie (#506)

refactor: replace custom MPT and triehash with alloy-trie (#506) #31

Workflow file for this run

name: Codespell Check
on:
pull_request:
push:
branches:
- master
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install codespell
run: |
pip install codespell
- name: Run codespell
run: |
codespell --config .codespellrc