Skip to content

feat: systemd-notify improve notification msg on disconnect and errors #1116

feat: systemd-notify improve notification msg on disconnect and errors

feat: systemd-notify improve notification msg on disconnect and errors #1116

Workflow file for this run

name: build
on:
push:
pull_request:
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Shellcheck
run: make shellcheck
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
install-only: true
- name: Install help2man
run: sudo apt-get install -y help2man
- name: Run GoReleaser
run: make snapshot