Skip to content

updated readme with new name #17

updated readme with new name

updated readme with new name #17

Workflow file for this run

name: Build binary
on:
push:
branches:
- main
jobs:
build-binary:
name: Build binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build binary
run: make