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 (#307)
Browse files Browse the repository at this point in the history
* chore(ci): add link checker

* fix: exclude private URLs

* fix: update links.yml
  • Loading branch information
castrojo authored Jul 26, 2023
1 parent 821fb72 commit b60e80b
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 b60e80b

Please sign in to comment.