Add lints
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 53s

This commit is contained in:
Wojciech Kozlowski 2024-01-06 10:43:44 +01:00
parent 418297a709
commit 3137fffac6

View File

@ -1,4 +1,4 @@
name: Cargo Build and Test
name: Cargo CI
on:
push:
@ -10,10 +10,12 @@ env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Build and Test
pipeline:
name: Pipeline
container: docker.io/drrobot/musichoard-ci:rust-1.75
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose --all-features --all-targets
- run: cargo test --verbose --all-features --lib --bins
- run: cargo clippy --verbose --all-features -- -D warnings
- run: cargo fmt --verbose -- --check