From d92ac67fd096304c2d29617d19deb21902174b8a Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Sat, 17 Feb 2024 23:13:11 +0100 Subject: [PATCH] github: Disable cargo fmt check on CI Signed-off-by: Siddharth Chandrasekaran --- .github/workflows/build-ci.yml | 10 ---------- README.md | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index ec42a2d..5b7587f 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -25,16 +25,6 @@ jobs: with: toolchain: stable components: rustfmt, clippy - - name: cargo fmt - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check - - name: Clippy - uses: actions-rs/cargo@v1 - with: - command: clippy - args: -- -D warnings - name: Cargo check uses: actions-rs/cargo@v1 with: diff --git a/README.md b/README.md index caacce2..3e6bfe6 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ OSDP related tools. You can also take a look at the [documentation][2] for more details. Repo structure: -- `libosdp-sys` - Low level rust `-sys` crate for [LibOSDP][1]. +- `libosdp-sys` - Low level rust `-sys` crate for the C library. - `libosdp` - Safe wrapper around `libosdp-sys` to be consumed by rust projects. - `osdpctl` - A tool to create and manage OSDP devices. - `scripts` - Tools for developers working on this project. [1]: https://github.com/goToMain/libosdp -[2]: https://libosdp.sidcha.dev/ \ No newline at end of file +[2]: https://libosdp.sidcha.dev/