Skip to content

cargo fmt and clippy fix #18

cargo fmt and clippy fix

cargo fmt and clippy fix #18

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --all-features -- -D warnings