Skip to content

amend! Update libdistore version #18

amend! Update libdistore version

amend! Update libdistore version #18

Workflow file for this run

name: Rust Clippy
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Clippy
run: rustup component add clippy
- name: Check
run: cargo clippy -- -Dwarnings