File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed
Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 1313 - run : cargo fmt --all -- --check
1414
1515 prettier :
16- name : Prettier
16+ name : prettier
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v4
4040
4141 # Check links in the documentation.
4242 deadlinks :
43- name : Deadlinks
43+ name : cargo-deadlinks
4444 runs-on : ubuntu-latest
4545 steps :
4646 - uses : awalsh128/cache-apt-pkgs-action@latest
@@ -56,11 +56,11 @@ jobs:
5656
5757 # Check links in markdown files.
5858 mlc :
59- name : MLC
59+ name : mlc
6060 runs-on : ubuntu-latest
6161 steps :
6262 - uses : actions/checkout@v4
63- - uses : becheran/mlc@v0.14.3
63+ - uses : becheran/mlc@v1
6464
6565 # Spellcheck.
6666 spellcheck :
@@ -71,24 +71,13 @@ jobs:
7171 with :
7272 files : " **/*.{rs,md}"
7373
74- # Markdown formatting.
75- markdown :
76- name : Markdown lints
77- runs-on : ubuntu-latest
78- steps :
79- - uses : actions/checkout@v4
80- - uses : nosborn/github-action-markdown-cli@v3.5.0
81- with :
82- files : .
83- ignore_path : .markdownlintignore
84-
8574 # cargo-deny.
8675 deny :
8776 name : cargo-deny
8877 runs-on : ubuntu-latest
8978 steps :
9079 - uses : actions/checkout@v4
91- - uses : EmbarkStudios/cargo-deny-action@v1
80+ - uses : EmbarkStudios/cargo-deny-action@v2
9281
9382 # cargo-semver.
9483 semver :
You can’t perform that action at this time.
0 commit comments