document, add circuit diagram

This commit is contained in:
2024-12-30 10:35:34 +01:00
parent 28aca46a46
commit 2477471560
11 changed files with 156 additions and 116 deletions

View File

@@ -18,3 +18,14 @@ jobs:
- uses: actions/checkout@v4
- name: Clippy
run: cargo clippy --all-targets --all-features
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

2
.github/workflows/typos.toml vendored Normal file
View File

@@ -0,0 +1,2 @@
[default.extend-words]
groth = "groth"