Skip to content

Merge pull request #8 from zaidfadhil/fix/prompt-text-order #53

Merge pull request #8 from zaidfadhil/fix/prompt-text-order

Merge pull request #8 from zaidfadhil/fix/prompt-text-order #53

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: build
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: build
run: |
make build