Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic86ba74f3229943a299b187329a3d63b6a6a6964
This commit is contained in:
raf 2026-03-07 10:35:37 +03:00
commit 417e3a2b0f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -25,7 +25,7 @@ jobs:
run: go test -v -race ./...
- name: Build
run: go build . -o watchdog
run: go build -o watchdog .
lint:
runs-on: ubuntu-latest