Files
github-push-action/.github/workflows/monitoring_link.yml
Pascal Zimmermann 9870d48124 Update the release process and setup the process to specify tags (#145)
* feat: Update the release process
* feat: Update the GH action checkout version
2024-03-10 20:39:20 +01:00

21 lines
378 B
YAML

name: Validate links
on:
push:
branches:
- master
schedule:
# Run at 12:00 on working days
- cron: 0 12 * * 0-5
jobs:
build:
name: Validate links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate links
uses: ad-m/report-link-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}