mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Remove Build from GitHub Actions (#294)
This feel redundant given we have Vercel checking it for us, thoughts?
This commit is contained in:
parent
790d74d3e7
commit
5d96651b93
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue