Compare commits

...

2 Commits

Author SHA1 Message Date
db92750d12 trigger build
All checks were successful
CI / Test (push) Successful in 28s
CI / Lint (push) Successful in 19s
CI / Build (push) Successful in 36s
2026-03-01 14:26:47 +00:00
18ac7a9f9a chore(ci): replace artifact upload with binary verification
Remove the upload-artifact step in the CI workflow and add verification
steps to run the binary with --help and list its details.
2026-03-01 14:25:52 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -74,8 +74,7 @@ jobs:
- name: Build - name: Build
run: make build run: make build
- name: Upload artifacts - name: Verify binary
uses: actions/upload-artifact@v4 run: |
with: ./build/grokkit --help
name: grokkit-linux-amd64 ls -lh build/grokkit
path: build/grokkit

View File

@ -2,6 +2,7 @@
Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality. Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
[![Test Coverage](https://img.shields.io/badge/coverage-72%25-brightgreen)]() [![Test Coverage](https://img.shields.io/badge/coverage-72%25-brightgreen)]()
[![Go Version](https://img.shields.io/badge/go-1.24-blue)]() [![Go Version](https://img.shields.io/badge/go-1.24-blue)]()
[![License](https://img.shields.io/badge/license-Unlicense-lightgrey)]() [![License](https://img.shields.io/badge/license-Unlicense-lightgrey)]()