Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Implement controller #21

Implement controller

Implement controller #21

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- "main"
jobs:
test:
name: Small tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make test