Skip to content

feat: add zap logger setup command in root cmd #23

feat: add zap logger setup command in root cmd

feat: add zap logger setup command in root cmd #23

Workflow file for this run

name: Test On Push
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
- uses: actions/checkout@v4
- name: Install dependencies
working-directory: src
run: go mod tidy
- name: Run tests
working-directory: src
run: go test ./...