Skip to content

fix: show warning when USSD response text exceeds 160 chars closes #11 #29

fix: show warning when USSD response text exceeds 160 chars closes #11

fix: show warning when USSD response text exceeds 160 chars closes #11 #29

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