Skip to content

Commit ff5b961

Browse files
committed
Update Echidna rules in CI.
1 parent a24a4b3 commit ff5b961

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/workflows/ci.yml

+13-9
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,16 @@ jobs:
2929
- name: Verify examples are consistent
3030
run: bundle exec rake test
3131

32-
- name: Checks HTML5
33-
run: bundle exec rake check_html
34-
35-
# See https://github.com/w3c/spec-prod/blob/main/docs/examples.md
36-
#- name: ReSpec Checker
37-
# uses: w3c/spec-prod@v1
38-
# with:
39-
# VALIDATE_LINKS: true
40-
# VALIDATE_MARKUP: true
32+
- name: Echidna Auto-publish WD
33+
uses: w3c/spec-prod@v2
34+
with:
35+
TOOLCHAIN: respec
36+
SOURCE: index.html
37+
VALIDATE_LINKS: false
38+
VALIDATE_MARKUP: true
39+
ACTIONS_STEP_DEBUG: true
40+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
41+
#W3C_WG_DECISION_URL: https://www.w3.org/2023/04/20-rdf-star-minutes.html#r03
42+
W3C_BUILD_OVERRIDE: |
43+
specStatus: WD
44+
shortName: json-ld11-concepts

0 commit comments

Comments
 (0)