branch: externals/minuet
commit cbc9e5a2658a0161eaaab3cfd4d8de7c7f04954f
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    chore: fix CI warnings.
---
 .github/workflows/melpazoid.yml | 2 +-
 minuet.el                       | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml
index 64605e6431..6b34b7e71b 100644
--- a/.github/workflows/melpazoid.yml
+++ b/.github/workflows/melpazoid.yml
@@ -21,6 +21,6 @@ jobs:
     - name: Run
       env:
         LOCAL_REPO: ${{ github.workspace }}
-        RECIPE: (minuet :repo "milanglacier/minuet-ai.el" :fetcher github)
+        RECIPE: (minuet :fetcher github :repo "milanglacier/minuet-ai.el")
         EXIST_OK: false
       run: echo $GITHUB_REF && make -C ~/melpazoid
diff --git a/minuet.el b/minuet.el
index f73aceef74..eafa72bc97 100644
--- a/minuet.el
+++ b/minuet.el
@@ -28,8 +28,10 @@
 ;;; Commentary:
 ;; AI-powered code completion with dual modes:
 ;;
-;; - Specialized prompts and various enhancements for chat-based LLMs on code 
completion tasks.
-;; - Fill-in-the-middle (FIM) completion for compatible models (DeepSeek, 
Codestral, and some Ollama models).
+;; - Specialized prompts and various enhancements for chat-based LLMs
+;;   on code completion tasks.
+;; - Fill-in-the-middle (FIM) completion for compatible models
+;;   (DeepSeek, Codestral, and some Ollama models).
 ;;
 ;; Minuet supports multiple AI providers (OpenAI, Claude, Gemini,
 ;; Codestral, Ollama, and OpenAI-compatible providers)

Reply via email to