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 5d6a724 commit 4a656f0Copy full SHA for 4a656f0
.github/workflows/lint.yml
@@ -2,9 +2,9 @@ name: CI lint
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: ["main"]
6
pull_request:
7
8
workflow_dispatch:
9
10
jobs:
@@ -16,7 +16,12 @@ jobs:
16
- name: Markdown Lint
17
uses: avto-dev/markdown-lint@v1.5.0
18
with:
19
- args: './README.md'
20
- config: './.markdownlint.jsonc'
+ args: "./README.md"
+ config: "./.markdownlint.jsonc"
21
- name: Typos
22
uses: crate-ci/typos@v1.19.0
23
+ - name: Run linkspector
24
+ uses: umbrelladocs/action-linkspector@v1
25
+ with:
26
+ reporter: github-check
27
+ fail_on_error: true
0 commit comments