We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09576f3 commit 26457e7Copy full SHA for 26457e7
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
runs-on: ubuntu-latest
178
steps:
179
- uses: actions/checkout@v2
180
- - uses: nosborn/github-action-markdown-cli@v1.1.1
+ - uses: nosborn/github-action-markdown-cli@v2.0.0
181
with:
182
files: .
183
config_file: .markdownlint.yml
@@ -190,6 +190,6 @@ jobs:
190
- name: Checkout
191
uses: actions/checkout@v2
192
- name: Check URLs in documentation
193
- uses: lycheeverse/[email protected].4
+ uses: lycheeverse/[email protected].8
194
195
- args: --verbose --no-progress "*.md" "**/*.md" "**/*.rs" "*.toml" "**/*.toml" -h accept=text/html
+ args: --verbose --no-progress "**/*.md" "**/*.rs" "Cargo.toml" "**/Cargo.toml" -h accept=text/html
0 commit comments