Skip to content

Store can now be converted into an Axum REST API Router. #64

Store can now be converted into an Axum REST API Router.

Store can now be converted into an Axum REST API Router. #64

Workflow file for this run

name: Clippy
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings" # Make sure CI fails on all warnings, including Clippy lints
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --workspace --all-targets --all-features --tests