Skip to content

feat: Migrating to CLI adapters to make the package #12

feat: Migrating to CLI adapters to make the package

feat: Migrating to CLI adapters to make the package #12

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Test
run: go test -v ./...