Skip to content

Update AshLanding component to use "ash" prefix for class names and u… #162

Update AshLanding component to use "ash" prefix for class names and u…

Update AshLanding component to use "ash" prefix for class names and u… #162

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