Skip to content

Add consumer-groups command #13

Add consumer-groups command

Add consumer-groups command #13

Workflow file for this run

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