when: - event: [push, pull_request] branch: main steps: lint: image: codeberg.org/jasterv/rust-ci:1.95 commands: - cargo make -p ci fmt-check - cargo make -p ci clippy - cargo make -p ci deny-check - cargo make -p ci docs test: image: codeberg.org/jasterv/rust-ci:1.95 commands: - cargo make -p ci test