Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: add link-checking GH action, stop failing Netlify build on link-check issues #2504

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Final workflow tweaks
  • Loading branch information
chalin committed Mar 14, 2023

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
commit 7848b9110b2e9a60279a8fa8d353a5787ffd4401
10 changes: 3 additions & 7 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check links and refcache
name: Check links and refcache # cSpell:ignore refcache

on:
pull_request:
@@ -11,12 +11,8 @@ jobs:
- uses: actions/checkout@v3

- run: npm install

- name: Build site
run: npm run build

- name: Check links
run: npm run _check:links
- run: npm run build
- run: npm run _check:links

- name: Fail on uncommitted refcache changes
run: npm run diff:fail