w3c / at-driver

AT Driver defines a protocol for introspection and remote control of assistive technology software, using a bidirectional communication channel.
https://w3c.github.io/at-driver
Other
31 stars 4 forks source link

Configure CI to reject patches containing build errors #40

Closed jugglinmike closed 1 year ago

jugglinmike commented 1 year ago

Currently, this project uses a default configuration of the "spec-prod" GitHub Action. This means that it silently accepts so-called "link errors." In addition to producing rendered output which omits the expected hyperlinks, this can potentially confuse contributors who, observing the errors locally, might assume that the main branch is correct and that their contribution is somehow at fault.

Update the continuous integration environment to reject patches containing Bikeshed link errors. (This change in technical policy cannot be implemented immediately because the main branch currently exhibits a number of link errors. Barring unintentional regression, that should be resolved via gh-39.)

jugglinmike commented 1 year ago

Resolved via gh-61