[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 8caaf7a3b6 28/53: Merge pull request #2 from s-k
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 8caaf7a3b6 28/53: Merge pull request #2 from s-kostyaev/s-kostyaev-enable-gitlab-ci |
Date: |
Sun, 17 Dec 2023 18:57:58 -0500 (EST) |
branch: externals/ellama
commit 8caaf7a3b68f7b9809a6933df6a2ceedd15bac8a
Merge: 75ed340a4d bfac7db4ef
Author: Sergey Kostyaev <s-kostyaev@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Merge pull request #2 from s-kostyaev/s-kostyaev-enable-gitlab-ci
Create melpa.yml
---
.github/workflows/melpa.yml | 50 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/.github/workflows/melpa.yml b/.github/workflows/melpa.yml
new file mode 100644
index 0000000000..ded9ef283f
--- /dev/null
+++ b/.github/workflows/melpa.yml
@@ -0,0 +1,50 @@
+# This is a basic workflow to help you get started with Actions
+
+name: CI
+
+# Controls when the workflow will run
+on:
+ # Triggers the workflow on push or pull request events but only for the
"main" branch
+ push:
+ branches: [ "main" ]
+ pull_request:
+ branches: [ "main" ]
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or
in parallel
+jobs:
+ # This workflow contains a single job called "build"
+ lint-emacs-28:
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the
job
+ steps:
+ - uses: actions/checkout@v4
+ - uses: purcell/setup-emacs@master
+ with:
+ version: 28.1
+ - uses: leotaku/elisp-check@master
+ with:
+ check: melpa
+ file: ellama.el
+ ignore_warnings: false
+ warnings_as_errors: false
+ lint-emacs-29:
+ # The type of runner that the job will run on
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the
job
+ steps:
+ - uses: actions/checkout@v4
+ - uses: purcell/setup-emacs@master
+ with:
+ version: 29.1
+ - uses: leotaku/elisp-check@master
+ with:
+ check: melpa
+ file: ellama.el
+ ignore_warnings: false
+ warnings_as_errors: false
- [elpa] externals/ellama a0acd24abb 51/53: Add ellama complete command., (continued)
- [elpa] externals/ellama a0acd24abb 51/53: Add ellama complete command., ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 034140969d 12/53: reformat readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 68bbca9cb3 17/53: add more gifs to readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama ff604fc2b9 10/53: change default language to english, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8717dcb145 11/53: add readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 162433ada3 15/53: mention streaming output in readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama caf4578e8d 21/53: add llm keyword to documentation, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama f35622b5f7 24/53: change default model to zephyr, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 92d4349bac 25/53: add information about local LLMs into package summary, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 75ed340a4d 26/53: add ollama into installation instructions, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8caaf7a3b6 28/53: Merge pull request #2 from s-kostyaev/s-kostyaev-enable-gitlab-ci,
ELPA Syncer <=
- [elpa] externals/ellama 235f41be0c 29/53: :recycle: Refactor ellama.el code for improved response handling., ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 316e982ef6 32/53: fix spinner for ellama-instant, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 06ad60d117 35/53: fix upate selected region with ellama (fixes #6), ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 956dfe62aa 37/53: first step to use llm library for LLM calls, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama de226f9d39 41/53: use llm library to hanle chat history, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama b8f3dada5a 40/53: use spinner with llm library, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 42db1e0ba0 42/53: update readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 2700be1cf9 44/53: upate llm requirement to fix #8, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 702042c0bf 45/53: Update llm library to fix #9, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 11105e4169 50/53: Update llm dependency, ELPA Syncer, 2023/12/17