Skip to content

Add license, readme, go mod tidy linter, improved logging, systemd watchdog, as well as tests and release ci #1

Add license, readme, go mod tidy linter, improved logging, systemd watchdog, as well as tests and release ci

Add license, readme, go mod tidy linter, improved logging, systemd watchdog, as well as tests and release ci #1

Workflow file for this run

name: test
on:
pull_request:
jobs:
gotest:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: go test
run: go test -v -race -cover ./...