gskaro-v1/.skaro/milestones/04-history-improvements/update-llm-history-storage/verify.yaml

7 lines
142 B
YAML

- command: go test -v ./...
name: Unit tests
- command: go fmt -w ./...
name: Linting
- command: go vet ./...
name: Type checking