Skip to content

feat: Added sorting feature for node & nodepool commands #15

feat: Added sorting feature for node & nodepool commands

feat: Added sorting feature for node & nodepool commands #15

Workflow file for this run

name: pr
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Go Build
run: go build -v ./...
- name: Go Test
run: go test -v ./...