- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 30 Sep 2019 22:46:01 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2019 05:46:23 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 I think you need to install ReSpec unfortunately. -- 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#pullrequestreview-295377847
Received on Tuesday, 1 October 2019 05:46:23 UTC