Skip to content

add maintenance badge #104

add maintenance badge

add maintenance badge #104

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack@0.6,just@1,cargo-msrv@0.16,cargo-semver-checks@0.38
- run: just verify