Skip to content

Integrate MoonPatrol-Atari2600 (#36) #47

Integrate MoonPatrol-Atari2600 (#36)

Integrate MoonPatrol-Atari2600 (#36) #47

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:
# Required:
url: "https://github.com/${{github.repository}}"
# optional:
honorRobotExclusions: false
ignorePatterns: ""
recursiveLinks: false # Check all URLs on all reachable pages (could take a while)
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"