diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml new file mode 100644 index 0000000..f1f58fd --- /dev/null +++ b/.github/workflows/links.yaml @@ -0,0 +1,22 @@ +--- +name: Links + +on: + push: + branches: + - main + - renovate/** + pull_request: + +jobs: + links: + runs-on: ubuntu-latest + timeout-minutes: 2 + steps: + - name: Checkout source + uses: actions/checkout@v4 + + - name: Check links + uses: paddyroddy/.github/actions/links@v0 + with: + github-token: ${{ secrets.GITHUB_TOKEN }}