From 8495763d4a8b6d0c7089ef43d8481c3b6c97a97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 29 Sep 2024 18:24:53 +0300 Subject: [PATCH] Add typos to CI --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 226991e34..1bfe029ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,15 @@ env: RUST_BACKTRACE: 1 jobs: + typos: + name: Check spelling using Typos + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Check spelling + uses: crate-ci/typos@6802cc60d4e7f78b9d5454f6cf3935c042d5e1e3 # v1.26.0 + gdal: strategy: matrix: @@ -120,6 +129,7 @@ jobs: cargo install cargo-valgrind - name: Run --lib tests under valgrind run: cargo valgrind test --lib + gdal_static: name: "ci gdal-static" strategy: