Skip to content

feat: add --detail flag to app list command #7

feat: add --detail flag to app list command

feat: add --detail flag to app list command #7

Workflow file for this run

name: Go Test
on:
pull_request:
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: '1.24'
cache: true
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...