Skip to content

Add topics list command with size and sort option #15

Add topics list command with size and sort option

Add topics list command with size and sort option #15

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
id: go
- name: Check out code
uses: actions/checkout@v2
- name: Build & Test
run: make build