Skip to content

Migrate forecast_days to forecast_rows #543

Migrate forecast_days to forecast_rows

Migrate forecast_days to forecast_rows #543

Workflow file for this run

name: 'Build'
on: [push, pull_request]
jobs:
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Build
run: |
yarn install
yarn build