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

marcoscaceres commented on this 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: 10
+      - name: Run respec-validator
+        run: npx respec-validator --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
+        env:
+          GH_USER: ${{ secrets.GH_USER }}
+          GH_TOKEN: ${{ secrets.GH_TOKEN }}
+      - name: Publish

```suggestion
      - name: Publish to /TR/
```

-- 
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/109#pullrequestreview-293498601

Received on Thursday, 26 September 2019 06:01:08 UTC