Skip to content

Commit

Permalink
CLDR-16526 spec: link check spec/rfc
Browse files Browse the repository at this point in the history
- run lychee action
  • Loading branch information
srl295 committed Sep 11, 2024
1 parent e337fcc commit 4f8ba40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ jobs:
- name: Lint Markdown
# Warn, don't fail yet
run: npx markdownlint-cli *.md {specs,docs}/*.md || (echo Warning, please fix these ; true)
- name: Restore lychee cache
uses: actions/cache@v3
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-
- name: Run lychee
uses: lycheeverse/lychee-action@v1
with:
args: "-n --cache --max-cache-age 10d docs/rfc docs/spec"
- name: Note any changes
run: git status ; git diff
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 4f8ba40

Please sign in to comment.