Skip to content

Just allow must_use_candidate for now #10

Just allow must_use_candidate for now

Just allow must_use_candidate for now #10

Workflow file for this run

name: Linux-CI
on:
push:
branches: [master]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Check
run: cargo check --verbose
- name: Clippy
run: cargo clippy --all-targets --all-features