- From: Sid Vishnoi <notifications@github.com>
- Date: Mon, 30 Sep 2019 23:01:03 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 1 October 2019 06:01:25 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
Interesting
--
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_r329889490
Received on Tuesday, 1 October 2019 06:01:25 UTC