We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef2bdf0 + f64f5b1 commit 8d1f22bCopy full SHA for 8d1f22b
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
lychee:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
15
- name: Check links
16
id: lychee
@@ -27,7 +27,7 @@ jobs:
27
markdown:
28
29
30
31
32
- uses: DavidAnson/markdownlint-cli2-action@v21
33
with:
@@ -38,7 +38,7 @@ jobs:
38
awesome-lint:
39
40
41
42
43
fetch-depth: 0
44
0 commit comments