taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 097cfe22de25541e07e988cb6317b4cba6f1b679
parent 81d568c8a0f06225c5b7624712a419065fd4598d
Author: Antoine A <>
Date:   Thu, 20 Feb 2025 18:53:49 +0100

common: fix CI

Diffstat:
Mcontrib/ci/jobs/0-codespell/job.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh @@ -9,6 +9,9 @@ skip=$(cat <<EOF */.ci/* */target/* */contrib/ci/* +*.conf +./common/taler-common/src/types/iban/registry.rs +./common/taler-common/benches/iban.rs ./common/taler-common/src/error_code.rs EOF );