From 5d96651b937f43d493b0ce5838c4d54ccf41c594 Mon Sep 17 00:00:00 2001 From: Sam Poder <39828164+sampoder@users.noreply.github.com> Date: Fri, 14 Jan 2022 11:48:07 +1100 Subject: [PATCH] Remove Build from GitHub Actions (#294) This feel redundant given we have Vercel checking it for us, thoughts? --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538a4856..293dc225 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,15 +4,6 @@ on: - pull_request jobs: - build: - name: Build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - - run: yarn install - - run: yarn build - lint: name: Lint runs-on: ubuntu-latest