Skip to content

Refactor Variable and Parameter structs #14

Refactor Variable and Parameter structs

Refactor Variable and Parameter structs #14

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
- name: Run tests
run: go test ./...