Skip to content

Commit 49feebc

Browse files
ci: Restore link checker
1 parent b2d3854 commit 49feebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/base.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424

25-
# - name: Check broken links
26-
# uses: JustinBeckwith/linkinator-action@v1
27-
# with:
28-
# paths: "**/*.md"
25+
- name: Check broken links
26+
uses: JustinBeckwith/linkinator-action@v1
27+
with:
28+
paths: "**/*.md"
2929

3030
- name: Flutter action
3131
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)