trussed-dev / ctap-types

3 stars 9 forks source link

Enable CI #20

Closed robin-nitrokey closed 11 months ago

robin-nitrokey commented 11 months ago

This patch adds a CI config that builds and tests the library and runs clippy and rustfmt. To make the CI pass, it also fixes the formatting and two clippy lints. One of them is a breaking change: We remove AuthenticatorDataFlags::EMPTY. Instead, AuthenticatorDataFlags::empty() should be used.

robin-nitrokey commented 11 months ago

Example run: https://github.com/robin-nitrokey/ctap-types/actions/runs/6884002287