Skip to content

chore(deps): bump the rust-minor-patch group across 1 directory with 9 updates #81

chore(deps): bump the rust-minor-patch group across 1 directory with 9 updates

chore(deps): bump the rust-minor-patch group across 1 directory with 9 updates #81

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.80"
components: rustfmt, clippy
- run: cargo fmt --all -- --check
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test