some deletions
[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
deleted file mode 100644 (file)
index fdb5580..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-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