Skip to content

Bump ethnum from 1.1.1 to 1.5.0 #59

Bump ethnum from 1.1.1 to 1.5.0

Bump ethnum from 1.1.1 to 1.5.0 #59

Workflow file for this run

name: rust
on:
pull_request:
push:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt --all -- --check
- run: cargo clippy --locked --all-targets -- -D warnings
- run: cargo test