Skip to content

EIP-8141: validation-prefix simulation admission for frame transactions (MAX_VERIFY_GAS bound) #10314

EIP-8141: validation-prefix simulation admission for frame transactions (MAX_VERIFY_GAS bound)

EIP-8141: validation-prefix simulation admission for frame transactions (MAX_VERIFY_GAS bound) #10314

Workflow file for this run

name: Spell check
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spell-check:
name: Check spelling
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Check spelling
uses: streetsidesoftware/cspell-action@v8
with:
incremental_files_only: true