Skip to content

feat(prover-nitro-enclave): initial nitro prover impl #11

feat(prover-nitro-enclave): initial nitro prover impl

feat(prover-nitro-enclave): initial nitro prover impl #11

Workflow file for this run

name: Typo Check
on: [pull_request]
jobs:
check-for-typos:
runs-on: [taiko-runner]
if: github.event.pull_request.draft == false
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Check for typos
uses: crate-ci/typos@master
with:
config: ${{github.workspace}}/.github/_typos.toml