Skip to content

docs: npm README with demo GIF, OG image, badges, comparison table #10

docs: npm README with demo GIF, OG image, badges, comparison table

docs: npm README with demo GIF, OG image, badges, comparison table #10

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