Skip to content

fix examples and clippy warning #1811

fix examples and clippy warning

fix examples and clippy warning #1811

Workflow file for this run

---
name: CI checks
on: push
jobs:
cargo-lint:
uses: Cosmian/reusable_workflows/.github/workflows/cargo-nursery.yml@develop
with:
toolchain: stable
cargo-publish:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cargo-publish.yml@develop
if: startsWith(github.ref, 'refs/tags/')
with:
toolchain: stable
secrets: inherit
cleanup:
needs:
- cargo-lint
uses: Cosmian/reusable_workflows/.github/workflows/cleanup_cache.yml@develop
secrets: inherit