Update build.yml

This commit is contained in:
Daniel Lautzenheiser 2022-12-01 13:29:09 -05:00 committed by GitHub
parent de2212eae8
commit 40fc6b4e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,6 @@ on:
jobs: jobs:
build: build:
needs: setup
runs-on: ubuntu-latest
steps:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -40,10 +36,6 @@ jobs:
yarn build yarn build
lint: lint:
needs: setup
runs-on: ubuntu-latest
steps:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: