Skip to content

test: Add support for systemd and launchd services #39

test: Add support for systemd and launchd services

test: Add support for systemd and launchd services #39

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: ./.github/workflows/go-setup
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest