-
Notifications
You must be signed in to change notification settings - Fork 148
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
Simplify link validator config #1381
Conversation
hmm,
... though it works fine on my machine and is at https://repo1.maven.org/maven2/net/runne/site-link-validator_2.13/0.2.4/ . It was released today though, perhaps some cache is slower to pick it up? |
purged the cache and re-ran the action - not sure which of those fixed it :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
lgtm |
@@ -42,4 +42,4 @@ jobs: | |||
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we don't validate license report links, then do we need to generate them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still probably useful to build them to prove they don't cause a build failure
It may not be free for ever but at the moment, we are not limited on build time in GitHub CI.
No description provided.