Skip to content

Commit

Permalink
Create link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmboling authored Aug 31, 2023
1 parent 5b16b7b commit 79c36a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Link checker

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 79c36a5

Please sign in to comment.