Skip to content

refactor(SOLID): using interfaces to decouple some of the prompt conf… #172

refactor(SOLID): using interfaces to decouple some of the prompt conf…

refactor(SOLID): using interfaces to decouple some of the prompt conf… #172

Workflow file for this run

name: Go Build Test
on:
push:
branches:
- main
- dev
paths:
- '**/*.go'
- '**/go.mod'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.22'
- name: Build
run: go build ./...