Skip to content

update: cache all request for 1minute and keep pg pools alive for 1mi… #31

update: cache all request for 1minute and keep pg pools alive for 1mi…

update: cache all request for 1minute and keep pg pools alive for 1mi… #31

Workflow file for this run

name: Build and Lint
on:
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Build and Lint
run: yarn build