From 188f69532f26fb7dadc1c7286fe36d0ba1e504f6 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Mon, 18 Nov 2024 18:46:39 +0100 Subject: [PATCH] ci: Run clippy on subcrate --- .github/workflows/crate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/crate.yml b/.github/workflows/crate.yml index c676b2d..e73e4aa 100644 --- a/.github/workflows/crate.yml +++ b/.github/workflows/crate.yml @@ -35,3 +35,11 @@ jobs: run: cargo build - name: Run tests run: cargo test + + lint-math: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Lint + run: cargo clippy --manifest-path yuvxyb-math/Cargo.toml