Skip to content

docs: add real-world examples from Express, FastAPI, Gin, Axum #15

docs: add real-world examples from Express, FastAPI, Gin, Axum

docs: add real-world examples from Express, FastAPI, Gin, Axum #15

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