Skip to content

Commit

Permalink
Merge branch 'main' into supernovahs/u256_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs authored May 20, 2024
2 parents 5961b2f + 6351502 commit 67076c6
Show file tree
Hide file tree
Showing 40 changed files with 215 additions and 297 deletions.
117 changes: 0 additions & 117 deletions .github/workflows/doc.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: lint

on:
push:
branches: [main]
pull_request:
branches: [main]

env:
CARGO_TERM_COLOR: always

jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Run cargo fmt
run: cargo +nightly fmt -- --check
100 changes: 50 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 67076c6

Please sign in to comment.