-
Notifications
You must be signed in to change notification settings - Fork 16
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
Disambiguate remote end steps
dfn link
#84
Disambiguate remote end steps
dfn link
#84
Conversation
It looks like CI possibly needs to be updated? It's failing to install bikeshed:
|
@jyasskin can you help with the CI problem? Or point us to someone who can? |
Probably triggered by actions/runner-images#10636. I've filed w3c/spec-prod#189, and I'll send a PR, but I won't have time to test it. |
You can work around the problem by changing
ubuntu-22.04 .
|
@svendlarsen can you rebase this on the tool chain change to see if it passes CI now? |
b95525a
to
de1ad76
Compare
Yep, success! |
SHA: 00cf8bb Reason: push, by wanderview Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Running
bikeshed
on main yields the following output:i.e., bikeshed selects the wrong dfn link for
remote end steps
.With this change, running
bikeshed
produces no warnings and correctly links to the webdriver spec's dfn forremote end steps
.Preview | Diff