Skip to content

#16 add: color flag now shows command description in green #41

#16 add: color flag now shows command description in green

#16 add: color flag now shows command description in green #41

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
- 'justfile'
pull_request:
env:
GO_VERSION: "1.22"
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Run unit tests
run: go test ./...