File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments