Skip to content

feat: fixed networkpolicy logic to return as one found #445

feat: fixed networkpolicy logic to return as one found

feat: fixed networkpolicy logic to return as one found #445

Workflow file for this run

name: 🔨 Build Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v3
- name: Test
run: go test ./...
# Todo: create example folder
# - name: Build
# run: go build .