Skip to content

refactor(net): use new TransactionBuilder/NetworkTransactionBuilder traits #660

refactor(net): use new TransactionBuilder/NetworkTransactionBuilder traits

refactor(net): use new TransactionBuilder/NetworkTransactionBuilder traits #660

Workflow file for this run

name: lint
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
# Check crates correctly propagate features
feature-propagation:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
- run: |
cargo install zepter
zepter --version
time zepter run check
# Check spelling across all files
typos:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1