Skip to content

fix: Icinga include path in package #10

fix: Icinga include path in package

fix: Icinga include path in package #10

Workflow file for this run

name: build
on:
push:
branches:
- "*"
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- run: make
- run: make test