Compare commits

..

No commits in common. "db92750d1219722f585ca62be95e55310da0274c" and "e0a0144d77649499fab11ad523e4f1d710b7c52d" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,7 +2,6 @@
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)]()