Skip to content

Commit

Permalink
Add typos to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 15, 2024
1 parent 29fea61 commit 8495763
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8495763

Please sign in to comment.