Skip to content

Fill in remaining styling for answer screen #48

Fill in remaining styling for answer screen

Fill in remaining styling for answer screen #48

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3.2.0
with:
go-version: 1.18
- name: Run tests
run: make test