Remove Build from GitHub Actions (#294)

This feel redundant given we have Vercel checking it for us, thoughts?
This commit is contained in:
Sam Poder 2022-01-14 11:48:07 +11:00 committed by GitHub
parent 790d74d3e7
commit 5d96651b93

View file

@ -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