diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 929234868c..f3c0552350 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,3 +51,7 @@ jobs: - name: Build the forge run: npm run build:nuxt:skip-images working-directory: 'website' + - name: Check links + uses: untitaker/hyperlink@fb5bb9c5011a3d143a54b4b30aedc30ec5bc0f89 # 0.2.0 + with: + args: website/nuxt/.output/public/ --check-anchors --sources website/src