Skip to content

Commit 653349f

Browse files
committed
Revert "Disable link checking"
This reverts commit 355926d.
1 parent 355926d commit 653349f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Diff for: .github/workflows/ci.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ jobs:
3434
with:
3535
args: '.'
3636
config: '.markdownlint.json'
37-
# - name: Check links
38-
# uses: lycheeverse/[email protected]
39-
# if: ${{ steps.changed-files.outputs.changed_files != '' }}
40-
# with:
41-
# fail: true
42-
# args: >-
43-
# --verbose
44-
# --no-progress
45-
# --accept '100..=103,200..=299,300..=399'
46-
# --exclude '[^\w]todo[^\w]?'
47-
# --exclude 'https://(www\.|old\.)?reddit\.com'
48-
# --exclude 'https://www.patreon.com'
49-
# --exclude 'https://gamedev.social'
50-
# --exclude 'dev.epicgames.com'
51-
# --exclude-path 'assets/logo/readme.md'
52-
# ${{ steps.changed-files.outputs.changed_files }}
37+
- name: Check links
38+
uses: lycheeverse/[email protected]
39+
if: ${{ steps.changed-files.outputs.changed_files != '' }}
40+
with:
41+
fail: true
42+
args: >-
43+
--verbose
44+
--no-progress
45+
--accept '100..=103,200..=299,300..=399'
46+
--exclude '[^\w]todo[^\w]?'
47+
--exclude 'https://(www\.|old\.)?reddit\.com'
48+
--exclude 'https://www.patreon.com'
49+
--exclude 'https://gamedev.social'
50+
--exclude 'dev.epicgames.com'
51+
--exclude-path 'assets/logo/readme.md'
52+
${{ steps.changed-files.outputs.changed_files }}
5353
- name: Install Zola
5454
run: |
5555
curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz

0 commit comments

Comments
 (0)