diff --git a/.github/workflows/link.yml b/.github/workflows/link.yml new file mode 100644 index 0000000000..f5ceeb2d63 --- /dev/null +++ b/.github/workflows/link.yml @@ -0,0 +1,19 @@ +name: Check links + +on: + push: + branches: + - ci-spell + +jobs: + check-links: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Check links + uses: lycheeverse/lychee-action@v2 + with: + args: --no-progress --verbose "**/README.md"