Skip to content

add wasm section, update zk-layer section, update frontend section ad… #50

add wasm section, update zk-layer section, update frontend section ad…

add wasm section, update zk-layer section, update frontend section ad… #50

Workflow file for this run

name: typos
on:
push:
branches:
- main
jobs:
typos:
if: github.event.pull_request.draft == false
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/typos@master
with:
config: .github/workflows/typos.toml