Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Add ci

Add ci #6

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test with the Go CLI
run: make test