Skip to content

feat: add compact command for token-efficient source code compaction #22

feat: add compact command for token-efficient source code compaction

feat: add compact command for token-efficient source code compaction #22

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v7
with:
version: v2.11.4