Skip to content

add docs for ssa and controllers and a pretty architecture diagram #23

add docs for ssa and controllers and a pretty architecture diagram

add docs for ssa and controllers and a pretty architecture diagram #23

Workflow file for this run

name: pr
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Lint
run: make lint
- name: Test
run: make test