From d7bbb5a9d2c159c0c54129b955ec399399830f3e Mon Sep 17 00:00:00 2001 From: eggplants Date: Tue, 1 Oct 2024 01:00:40 +0900 Subject: [PATCH] add linkspector action --- .github/workflows/lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c56ee1b..a4d96a6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,3 +20,7 @@ jobs: uses: DavidAnson/markdownlint-cli2-action@v17 with: config: .github/.markdownlint.json + - name: Check links + uses: umbrelladocs/action-linkspector@v1 + with: + reporter: github-pr-check