Skip to content

Commit

Permalink
Add links checker (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored May 21, 2024
1 parent 49a173b commit 85e7709
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 85e7709

Please sign in to comment.