Skip to content

Commit

Permalink
Update Echidna rules in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 30, 2024
1 parent a24a4b3 commit ff5b961
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
- name: Verify examples are consistent
run: bundle exec rake test

- name: Checks HTML5
run: bundle exec rake check_html

# See https://github.com/w3c/spec-prod/blob/main/docs/examples.md
#- name: ReSpec Checker
# uses: w3c/spec-prod@v1
# with:
# VALIDATE_LINKS: true
# VALIDATE_MARKUP: true
- name: Echidna Auto-publish WD
uses: w3c/spec-prod@v2
with:
TOOLCHAIN: respec
SOURCE: index.html
VALIDATE_LINKS: false
VALIDATE_MARKUP: true
ACTIONS_STEP_DEBUG: true
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
#W3C_WG_DECISION_URL: https://www.w3.org/2023/04/20-rdf-star-minutes.html#r03
W3C_BUILD_OVERRIDE: |
specStatus: WD
shortName: json-ld11-concepts

0 comments on commit ff5b961

Please sign in to comment.