From 30736cc43f0aa63b340c26b48aa39b98a3930de7 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Fri, 15 Sep 2023 00:51:27 +0200 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5b8708..dd82377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,13 +71,3 @@ jobs: run: cargo doc --no-deps --workspace --document-private-items env: RUSTDOCFLAGS: -D warnings - - typos: - name: Typos - runs-on: ubuntu-latest - steps: - - name: Checkout sources - uses: actions/checkout@v4 - - - name: Run typos - uses: crate-ci/typos@v1.16.11