Skip to content

Merge pull request #1594 from Badger-Finance/staging #2254

Merge pull request #1594 from Badger-Finance/staging

Merge pull request #1594 from Badger-Finance/staging #2254

Workflow file for this run

name: Build
on: [push]
jobs:
build_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Lint
run: yarn lint