Skip to content

Added a bunch of static fixture tests to make it clear that these val… #306

Added a bunch of static fixture tests to make it clear that these val…

Added a bunch of static fixture tests to make it clear that these val… #306

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
- name: Install Go
uses: actions/setup-go@v4.0.1
with:
go-version-file: go.mod
- name: Build
run: make