Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 21, 2023
1 parent b484e6d commit 9d6a728
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
uufetch-depth: 0
sparse-checkout: |
server/kb_urls.csv
sparse-checkout-cone-mode: false
- name: Prepare url file
run: |
git branch
git log
git diff -c origin/main -- server/kb_urls.csv | grep "+https" | cut -d ',' -f1 | sed 's/ +//g' >kb_urls.txt
cat kb_urls.txt
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --timeout 20 --no-progress kb_urls.txt
fail: true

0 comments on commit 9d6a728

Please sign in to comment.