Re: [w3c/gamepad] Remove Travis, use GitHub Action (#115)

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