Skip to content

add support for configuring reminders #30

add support for configuring reminders

add support for configuring reminders #30

Workflow file for this run

name: Build Binary
on: ["push"]
jobs:
release-linux-amd64:
name: build linux/amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
- run: go version
- run: go build *.go