Skip to content

fix: missing execution_forks in WASM client config #588

fix: missing execution_forks in WASM client config

fix: missing execution_forks in WASM client config #588

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@v4
- name: Install codespell
run: |
pip install codespell
- name: Run codespell
run: |
codespell --config .codespellrc