Skip to content

new: added 2 new root commands: configs and s3. #13

new: added 2 new root commands: configs and s3.

new: added 2 new root commands: configs and s3. #13

Workflow file for this run

name: CI build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.21
- name: Build
run: make build
- name: Test
run: make test