Skip to content

Fixed spacing of bottom of about page, altered game view design to better match the Figma #530

Fixed spacing of bottom of about page, altered game view design to better match the Figma

Fixed spacing of bottom of about page, altered game view design to better match the Figma #530

name: Frontend Tests
on:
push:
paths:
- client/**
pull_request:
paths:
- client/**
jobs:
build_frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
- name: Build client
run: cd client && yarn install && yarn build