From dd35632cbde5bda44f4f150d4189dc7d0c8eab40 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Mon, 18 Nov 2024 11:45:11 +0100 Subject: [PATCH] Adding checks for pyrealsense --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9709c28..9fc0486b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ You can use the standard `cargo check`, `cargo build`, `cargo run`, and `cargo t To run a command for a specific package only, pass e.g. `--package dora-daemon`. Running a command for the whole workspace is possible by passing `--workspace`. + + ## Continuous Integration (CI) We're using [GitHub Actions](https://github.com/features/actions) to run automated checks on all commits and pull requests.