mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-04-30 22:13:55 +07:00
9457b93969
* Switch Link Checker to Lychee It’s fast and can handle more links * Udemy reports 403 https://github.com/lycheeverse/lychee/issues/1157 * trigger
15 lines
273 B
YAML
15 lines
273 B
YAML
name: Links
|
|
|
|
on:
|
|
- pull_request
|
|
|
|
jobs:
|
|
linkChecker:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Link Checker
|
|
uses: lycheeverse/lychee-action@v1
|
|
with:
|
|
fail: true
|
|
args: --accept 403 './**/*.md' |