Skip to content

docs(readme): promote dynamic Crates.io version badge to first/top-le… #42

docs(readme): promote dynamic Crates.io version badge to first/top-le…

docs(readme): promote dynamic Crates.io version badge to first/top-le… #42

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo build --release