Skip to content

fix: store session steps and concatenate africastalking input text closes#9 #32

fix: store session steps and concatenate africastalking input text closes#9

fix: store session steps and concatenate africastalking input text closes#9 #32

Workflow file for this run

name: basic
on:
push:
tags: [ "v*" ]
branches: [ master ]
pull_request:
branches: [ "*" ]
jobs:
build:
name: build-dialoguss
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
stable: true
go-version: 1.21.x
- uses: actions/checkout@v2
- name: run go mod
run: go mod tidy && go build
- uses: zikani03/dblstd-action@v1