- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 30 Sep 2019 23:04:32 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2019 06:06:21 UTC
marcoscaceres commented on this pull request. > + pull_request: {} + +jobs: + ci: + name: Validate and Publish + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: actions/setup-node@v1 + with: + node-version: 12 + - name: Do spec validation + env: + GH_USER: ${{ secrets.GH_USER }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} + run: npx respec-validator --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html Pfff... whatever. :shipit: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/gamepad/pull/115#discussion_r329890168
Received on Tuesday, 1 October 2019 06:06:21 UTC