Skip to content

Commit

Permalink
Add link checking to template (#15)
Browse files Browse the repository at this point in the history
Useful for links in README etc.
  • Loading branch information
paddyroddy authored Jun 3, 2024
1 parent 583658b commit 0c317e5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: links

on:
push:
branches:
- main
- renovate/**
pull_request:

jobs:
links:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Check links
uses: UCL-MIRSG/.github/actions/links@f1eea08573626b08d2c0419d6cd365ea07d7dadd # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0c317e5

Please sign in to comment.