Skip to content

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

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 #3

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59