Skip to content

Commit 85c3333

Browse files
committed
Remove deadlinks job from GitHub Actions workflow to simplify checks
1 parent 8e1ce3d commit 85c3333

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ jobs:
3737
- uses: dtolnay/rust-toolchain@stable
3838
- run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::unwrap_used -D clippy::pedantic
3939

40-
# Check links in the documentation.
41-
deadlinks:
42-
name: cargo-deadlinks
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: awalsh128/cache-apt-pkgs-action@latest
46-
with:
47-
packages: libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf llvm-dev clang cmake grcov
48-
version: "1.0" # bump this to invalidate the cache when needed
49-
50-
- uses: actions/checkout@v6
51-
- uses: dtolnay/rust-toolchain@stable
52-
- run: cargo install cargo-deadlinks
53-
- run: cargo doc --no-deps -p tauri-plugin-webdriver
54-
- run: cargo deadlinks --no-build
55-
5640
# Check links in markdown files.
5741
mlc:
5842
name: mlc

0 commit comments

Comments
 (0)