Skip to content

refactor(zint): make ethers and wasm-opt optional #184

refactor(zint): make ethers and wasm-opt optional

refactor(zint): make ethers and wasm-opt optional #184

Workflow file for this run

name: Typos
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
TERM: xterm-256color
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.16.25