Re: [w3c/FileAPI] Use GitHub workflows instead of travis.org for CI and publishing. (#160)

@sideshowbarker requested changes on this pull request.

With the suggested commit applied, this should work as-is

> @@ -0,0 +1,16 @@
+name: CI
+on:
+  pull_request: {}
+  push:
+    branches: [main]
+
+jobs:
+  main:
+    name: Build, Validate and Deploy
+    runs-on: ubuntu-20.04
+    steps:
+      - uses: actions/checkout@v2
+      - uses: sidvishnoi/spec-prod@v1

```suggestion
      - uses: w3c/spec-prod@v2
```

-- 
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/FileAPI/pull/160#pullrequestreview-638613920

Received on Monday, 19 April 2021 08:49:42 UTC