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.
2 parents 26ed12a + e614f52 commit a3aa414Copy full SHA for a3aa414
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
lychee:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
15
- name: Check links
16
id: lychee
@@ -26,7 +26,7 @@ jobs:
26
markdown:
27
28
29
30
31
- uses: DavidAnson/markdownlint-cli2-action@v20
32
with:
@@ -37,7 +37,7 @@ jobs:
37
awesome-lint:
38
39
40
41
42
fetch-depth: 0
43
0 commit comments