name: checks on: - push - pull_request jobs: lint: container: image: "rust:1.73-alpine3.18" name: format steps: - name: rustfmt run: cargo fmt --check