Skip to content

Switch to new (and much smaller, but now human unreadable) blueprint … #200

Switch to new (and much smaller, but now human unreadable) blueprint …

Switch to new (and much smaller, but now human unreadable) blueprint … #200

Workflow file for this run

name: Cargo check
on: push
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: check
toolchain: nightly