Skip to content

feat: add findex impl - client and server sides #28

feat: add findex impl - client and server sides

feat: add findex impl - client and server sides #28

Workflow file for this run

---
name: CI checks
on:
push:
jobs:
cargo-audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
cargo-lint:
uses: ./.github/workflows/clippy.yml
with:
toolchain: stable-2024-10-17
build_tests:
uses: ./.github/workflows/build_all.yml
secrets: inherit
with:
toolchain: stable-2024-10-17
debug_or_release: debug