contego/.github/workflows/cargo-checkmate.yaml

22 lines
429 B
YAML
Raw Normal View History

2023-05-29 00:22:56 +02:00
name: Checkmate CI
2023-05-06 01:29:53 +02:00
2023-05-29 00:22:56 +02:00
on: [push, pull_request]
2023-05-06 01:29:53 +02:00
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
jobs:
cargo-checkmate:
name: cargo-checkmate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- run: cargo install cargo-checkmate
- run: cargo-checkmate