Skip to content

Merge pull request #143 from Cosmian/expose_encryptionhint_type #1910

Merge pull request #143 from Cosmian/expose_encryptionhint_type

Merge pull request #143 from Cosmian/expose_encryptionhint_type #1910

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