Skip to content

issue 424 : textual output small fix #1631

issue 424 : textual output small fix

issue 424 : textual output small fix #1631

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version-file: ./go.mod
- name: Build
run: make build
- name: Test
run: make test