Skip to content

test5

test5 #9

Workflow file for this run

name: ci
on: push
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always
CLICOLOR: 1
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: -Dwarnings
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy --all-targets --all-features