File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 4141 - name : Lint | clippy
4242 run : cargo clippy --all-targets --all-features
4343
44+ # --------------------------------------------------------------------------
45+ # Link checks
46+
47+ links :
48+ runs-on : ubuntu-latest
49+ steps :
50+ - name : Links | checkout
51+ uses : actions/checkout@v2
52+
53+ - name : Links | check
54+ id : lychee
55+ uses : lycheeverse/lychee-action@v2
56+ with :
57+ fail : true
58+
4459 # --------------------------------------------------------------------------
4560 # MSRV
4661 #
Original file line number Diff line number Diff line change 1+ # Ignore links to issues on GitLab which are no longer reachable since we
2+ # disabled bug tracking over there.
3+ https://gitlab.com/susurrus/serialport-rs/(-/)?merge_requests/\d+
You can’t perform that action at this time.
0 commit comments