Skip to content

Commit

Permalink
Detect missing references on build (#74)
Browse files Browse the repository at this point in the history
* Detect missing references on build

Using spec-prod configuration to detect when the spec uses undefined references https://github.com/w3c/spec-prod/blob/main/docs/options.md#build_fail_on
Per #73 (comment)

* Disambiguate autolink on resolve
  • Loading branch information
dontcallmedom committed Mar 11, 2021
1 parent 11c8f9f commit 0f203e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-publish.yml
Expand Up @@ -15,3 +15,4 @@ jobs:
GH_PAGES_BRANCH: gh-pages
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
VALIDATE_LINKS: false
BUILD_FAIL_ON: link-error
3 changes: 3 additions & 0 deletions index.bs
Expand Up @@ -13,6 +13,9 @@ Abstract: This API defines an API surface for manipulating the bits on
Abstract: {{MediaStreamTrack}}s being sent via an {{RTCPeerConnection}}.
Markup Shorthands: css no, markdown yes
</pre>
<pre class=link-defaults>
spec:webidl; type:dfn; text:resolve
</pre>
<pre class=biblio>
{
"WEB-CODECS": {
Expand Down

0 comments on commit 0f203e1

Please sign in to comment.