Skip to content

feat: add k8s model #97

feat: add k8s model

feat: add k8s model #97

Workflow file for this run

name: build-and-test
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build-and-test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Unit test
run: make test