Skip to content

Commit

Permalink
Remove Build from GitHub Actions (#294)
Browse files Browse the repository at this point in the history
This feel redundant given we have Vercel checking it for us, thoughts?
  • Loading branch information
sampoder authored Jan 14, 2022
1 parent 790d74d commit 5d96651
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d96651

Please sign in to comment.