Skip to content

cmd: fix --log-level help message and viper bind #7

cmd: fix --log-level help message and viper bind

cmd: fix --log-level help message and viper bind #7

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
- name: Test
run: go test -v ./...