From 62efd9ce35561a5d4be1a2d631dea21eabd0473e Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 17 May 2022 13:55:03 +0200 Subject: [PATCH] Deleted build check --- .github/workflows/electron.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/electron.yml diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml deleted file mode 100644 index bb7c2b2..0000000 --- a/.github/workflows/electron.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: CI -on: [ push ] -jobs: - build: - strategy: - matrix: - os: [ windows-latest] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v2 - - name: Use Node.js 16 - uses: actions/setup-node@v1 - with: - node-version: 16.x - cache: 'yarn' - - name: Intall dependencies - run: yarn install --frozen-lockfile