Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(ci): add link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Jul 25, 2023
1 parent 623b97f commit 4cbe8e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Link Checker

on:
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 4cbe8e3

Please sign in to comment.