Skip to content

Allow actions from the ui, and setting recipes #84

Allow actions from the ui, and setting recipes

Allow actions from the ui, and setting recipes #84

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