- From: Sid Vishnoi <notifications@github.com>
- Date: Mon, 30 Sep 2019 22:48:24 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2019 05:48:45 UTC
sidvishnoi 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 respec is a dependency of respec-validator, so it should've been installed with npx, right? let me try locally also -- 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_r329886953
Received on Tuesday, 1 October 2019 05:48:45 UTC