Allow payment handlers to report back errors via Payment Request API #172
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
| # See https://w3c.github.io/spec-prod/ | |
| name: Node CI | |
| on: | |
| push: | |
| branches: | |
| - gh-pages | |
| pull_request: {} | |
| 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 | |
| with: | |
| TOOLCHAIN: respec | |
| W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | |
| W3C_WG_DECISION_URL: "https://www.w3.org/2016/04/14-wpwg-minutes.html#item02" | |
| W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" | |
| W3C_BUILD_OVERRIDE: | | |
| specStatus: CRD |