Skip to content

Commit

Permalink
use diff sep char
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jun 27, 2024
1 parent 2e7cab2 commit 975021a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
maxfilesizedownload=100000
maxfilesizeparse=100000
[csv]
separator=,
separator=;
parts=all
[MarkdownCheck]
filename_re=.*\.md$
Expand All @@ -87,7 +87,8 @@ jobs:
fi
done
linkchecker -f .linkcheckerrc -F csv/linkchecker-out.csv -t 20 --check-extern --no-follow-url ".*" --timeout=30 $f || true
tail -n +2 linkchecker-out.csv | grep -v ',200.*$' >> linkchecker-out-all.csv
#tail -n +2 linkchecker-out.csv | grep -v ',200.*$' >> linkchecker-out-all.csv
tail -n +4 linkchecker-out.csv >> linkchecker-out-all.csv
done
- name: Upload artifact
Expand Down

0 comments on commit 975021a

Please sign in to comment.