Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-markdownlint / .github / workflows / ci.yml
diff --git a/.config/coc/extensions/node_modules/coc-markdownlint/.github/workflows/ci.yml b/.config/coc/extensions/node_modules/coc-markdownlint/.github/workflows/ci.yml
new file mode 100644 (file)
index 0000000..fdb5580
--- /dev/null
@@ -0,0 +1,37 @@
+name: build
+
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        node-version: [13]
+
+    env:
+      NODE_ENV: test
+
+    steps:
+      - uses: actions/checkout@v1
+      - name: Use Node.js ${{ matrix.node-version }}
+        uses: actions/setup-node@v1
+        with:
+          node-version: ${{ matrix.node-version }}
+      - name: Install yarn
+        run: |
+          curl --compressed -o- -L https://yarnpkg.com/install.sh | bash
+      - name: yarn build
+        run: |
+          yarn
+      - name: yarn lint
+        run: |
+          yarn lint