Skip to content

api: helper: add the numanode helper package #11

api: helper: add the numanode helper package

api: helper: add the numanode helper package #11

Workflow file for this run

name: CI - base
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
code-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up golang
uses: actions/setup-go@v2
with:
go-version: 1.20
- name: Vet
run: make vet
- name: Run unit tests
run: make unit-tests