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: Fix link checks #1585

Merged
merged 3 commits into from
May 1, 2024
Merged

ci: Fix link checks #1585

merged 3 commits into from
May 1, 2024

Conversation

achow101
Copy link
Member

@achow101 achow101 commented May 1, 2024

The link format CI check is currently silently failing, for example https://github.com/bitcoin/bips/actions/runs/8914643431/job/24482636376.

This failure is caused by Github Actions cloning as little as possible for CI, so the git commands in the script end up failing. This checkout was done in order to check current PRs, however, it's not much more expensive nor onerous to just always check the links in the entire repo, and would allow this check to actually work. This PR does that, and also fixes the broken link formats in BIPs 197 and 310.

Copy link
Contributor

@jonatack jonatack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 3a20313

@jonatack jonatack merged commit fa24446 into bitcoin:master May 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants