Compare commits
No commits in common. "db92750d1219722f585ca62be95e55310da0274c" and "e0a0144d77649499fab11ad523e4f1d710b7c52d" have entirely different histories.
db92750d12
...
e0a0144d77
@ -74,7 +74,8 @@ jobs:
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
- name: Verify binary
|
||||
run: |
|
||||
./build/grokkit --help
|
||||
ls -lh build/grokkit
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: grokkit-linux-amd64
|
||||
path: build/grokkit
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
|
||||
|
||||
|
||||
[]()
|
||||
[]()
|
||||
[]()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user