We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346efe0 commit f80cc5eCopy full SHA for f80cc5e
.github/workflows/awesome-lint.yml
@@ -20,14 +20,14 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: '18'
+ node-version: '24'
24
cache: 'npm'
25
26
- name: Install dependencies
27
run: npm ci
28
29
- name: Run awesome-lint
30
- run: npx awesome-lint README.md
+ run: npx awesome-lint
31
32
- name: Check for broken links (optional)
33
run: |
@@ -38,4 +38,4 @@ jobs:
38
markdown-link-check README.md \
39
--config .github/workflows/markdown-link-check-config.json \
40
|| echo "⚠️ Some links may be temporarily unavailable"
41
- continue-on-error: true
+ continue-on-error: true
0 commit comments