Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Merge pull request #27 from momaek/develop #49

Merge pull request #27 from momaek/develop

Merge pull request #27 from momaek/develop #49

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build Binary File
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.3
- name: Check out
uses: actions/checkout@v2
- name: Build
run: make build