Skip to content

Check for broken links #1178

Check for broken links

Check for broken links #1178

Workflow file for this run

name: Check for broken links
on:
workflow_run:
workflows: ["Schedule Netlify Build"]
types: [completed]
env:
URL: https://victoria.dev
CONFIG: utils/hydra-config.json
jobs:
check:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check out master to get config file
uses: actions/checkout@master
- name: Report broken links
uses: victoriadrake/link-snitch@master