Skip to content

Fill in remaining styling for answer screen #55

Fill in remaining styling for answer screen

Fill in remaining styling for answer screen #55

Workflow file for this run

name: Full build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install Go
uses: actions/[email protected]
with:
go-version: 1.18
- name: install Node
uses: actions/[email protected]
- name: dependencies
run: make frontend/node_modules
- name: build
run: make