Skip to content

Add function to get subscribed vnis as a client #295

Add function to get subscribed vnis as a client

Add function to get subscribed vnis as a client #295

Workflow file for this run

name: Code Test
on:
push:
branches:
- '*'
pull_request_target:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- run: make
- run: make test