Update to ReSpec version 37.3.5 #843
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate and Auto Publish | |
| on: | |
| pull_request: {} | |
| workflow_dispatch: | |
| jobs: | |
| validate-and-publish: | |
| name: Validate and Publish | |
| runs-on: ubuntu-latest # only linux supported at present | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: w3c/spec-prod@v2 # use the action | |
| with: | |
| #W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | |
| W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html" | |
| W3C_NOTIFICATIONS_CC: "dom@w3.org" | |
| VALIDATE_LINKS: false | |
| # ReSpec currently generating ARIA-invalid markup | |
| VALIDATE_MARKUP: false | |
| # pending https://github.com/w3c/spec-prod/pull/155 | |
| VALIDATE_WEBIDL: false | |
| SOURCE: webrtc.html | |
| TOOLCHAIN: respec | |
| W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | |
| W3C_BUILD_OVERRIDE: | | |
| shortName: webrtc | |
| specStatus: REC | |