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 41
41
- name : Lint | clippy
42
42
run : cargo clippy --all-targets --all-features
43
43
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
+
44
59
# --------------------------------------------------------------------------
45
60
# MSRV
46
61
#
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