Skip to content

Commit ac3022d

Browse files
chore(auto-publish.yml): enable experimental pubrules check (#228)
1 parent 6b868ff commit ac3022d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/auto-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: w3c/spec-prod@v2
1616
with:
17+
# Don't copy this... it's experimental!
18+
VALIDATE_PUBRULES: true
19+
W3C_API_KEY: ${{ secrets.W3C_API_KEY }}
1720
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
1821
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"
1922
W3C_NOTIFICATIONS_CC: ${{ secrets.CC }}

0 commit comments

Comments
 (0)