changed all mention of scunt 2t3 settings to skule hunt™ 2t4 settings #438
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |