Skip to content

break link to test

break link to test #2

Workflow file for this run

name: Broken link check
on: [push]
jobs:
broken_link_checker_job:
runs-on: ubuntu-latest
name: Check for broken links
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/[email protected]
with:
url: "https://primer.style"
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"