Skip to content

Commit

Permalink
Create link-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Jul 29, 2023
1 parent 9e40aae commit 3ae92b6
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: Links (Fail Fast)

on:
push:
pull_request:

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

- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true

0 comments on commit 3ae92b6

Please sign in to comment.