Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / .github / workflows / main.yml
diff --git a/.config/coc/extensions/node_modules/coc-go/.github/workflows/main.yml b/.config/coc/extensions/node_modules/coc-go/.github/workflows/main.yml
new file mode 100644 (file)
index 0000000..34f5df4
--- /dev/null
@@ -0,0 +1,19 @@
+name: Main
+
+on: push
+
+jobs:
+  main:
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        os:   [ubuntu-latest, macos-latest, windows-latest]
+        node: [10, 12] # 14
+    steps:
+      - uses: actions/checkout@v2
+      - uses: actions/setup-node@v1
+        with: { node-version: "${{ matrix.node }}" }
+      - run: yarn --frozen-lockfile
+      - run: yarn build
+      - run: yarn lint
+      - run: yarn test