Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

refactor: move go.mod to root to enable external imports #42

refactor: move go.mod to root to enable external imports

refactor: move go.mod to root to enable external imports #42

Workflow file for this run

name: Tests
on:
pull_request:
types:
- synchronize
- opened
- reopened
- unlocked
paths:
- "src/**"
push:
branches:
- main
paths:
- "src/**"
workflow_dispatch:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.24
- name: Set up Just CLI
uses: extractions/setup-just@v3
- name: Run tests
run: just test