Add SW static routing API timing information to resource timing #200
Workflow file for this run
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
| # .github/workflows/auto-push.yml | |
| name: CI | |
| on: | |
| pull_request: {} | |
| push: | |
| branches: [gh-pages] | |
| jobs: | |
| main: | |
| name: Build, Validate and Deploy | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: w3c/spec-prod@v2 | |
| with: | |
| W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | |
| # Replace following with appropriate value. See options.md for details. | |
| W3C_WG_DECISION_URL: https://w3c.github.io/web-performance/meetings/2021/2021-04-01/index.html | |
| W3C_BUILD_OVERRIDE: | | |
| shortName: resource-timing | |
| specStatus: CRD | |
| implementationReportURI: "https://w3c.github.io/test-results/resource-timing/all.html" | |
| crEnd: "2022-11-15" |