This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/avro-rs.git
commit 95c693df9068a02dc9c331da35c237d75125d127 Merge: d2622bc 82e3acf Author: Martin Grigorov <[email protected]> AuthorDate: Mon Sep 23 15:30:55 2024 +0300 Merge pull request #1 from apache/add-github-actions-workflows Copy the Github Actions workflows from the main repo .github/workflows/test-lang-rust-audit.yml | 69 ++++++ .github/workflows/test-lang-rust-ci-ARM.yml | 71 ++++++ .github/workflows/test-lang-rust-ci.yml | 253 +++++++++++++++++++++ .github/workflows/test-lang-rust-clippy.yml | 50 ++++ avro/examples/generate_interop_data.rs | 14 +- avro/examples/test_interop_data.rs | 3 +- .../test_interop_single_object_encoding.rs | 18 +- 7 files changed, 467 insertions(+), 11 deletions(-)
