Skip to content

updated social links, Gamma and Pi accounts still need to be set up #184

updated social links, Gamma and Pi accounts still need to be set up

updated social links, Gamma and Pi accounts still need to be set up #184

Workflow file for this run

name: Frontend Tests
on:
push:
paths:
- client/**
pull_request:
paths:
- client/**
jobs:
build_frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Build client
run: cd client && yarn install && yarn build