Skip to content

docs: Add systemd service documentation and example service file #15

docs: Add systemd service documentation and example service file

docs: Add systemd service documentation and example service file #15

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
- develop
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Golangci-lint
uses: golangci/golangci-lint-action@v6.1.1