Skip to content

docs: polish README flow, add comprehensive USAGE.md guide #19

docs: polish README flow, add comprehensive USAGE.md guide

docs: polish README flow, add comprehensive USAGE.md guide #19

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25'
- run: go test ./... -v -count=1
- run: go build -o stacklit ./cmd/stacklit
- run: ./stacklit init