Skip to content

Commit

Permalink
Create dead-links-check.yml
Browse files Browse the repository at this point in the history
CI that checks for dead links
  • Loading branch information
dcaldr authored Jul 1, 2023
1 parent 1a9a0a8 commit 196c113
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dead-links-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dead Links Check

on:
push:
pull_request:

jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true

0 comments on commit 196c113

Please sign in to comment.