Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/zksolc-1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 1, 2024
2 parents 6740feb + aa85b6a commit fbc2f58
Show file tree
Hide file tree
Showing 468 changed files with 9,993 additions and 5,460 deletions.
3 changes: 3 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[codespell]
skip = .git,target,testdata,Cargo.toml,Cargo.lock
ignore-words-list = crate,ser,ratatui,Caf,froms,strat
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ jobs:
shell: bash
run: ./.github/scripts/format.sh --check

codespell:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
skip: "*.json"

crate-checks:
runs-on: ubuntu-22.04-github-hosted-16core
timeout-minutes: 60
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_STORE
/target
out/
snapshots/
out.json
.idea
.vscode
Loading

0 comments on commit fbc2f58

Please sign in to comment.