mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-05-01 06:23:53 +07:00
remove BS link checker
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
name: Links
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: master
|
|
||||||
pull_request:
|
|
||||||
branches: master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
linkChecker:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Link Checker
|
|
||||||
uses: lycheeverse/lychee-action@v1
|
|
||||||
with:
|
|
||||||
fail: true
|
|
||||||
args: --accept 401,403 './**/*.md'
|
|
||||||
Reference in New Issue
Block a user