[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama bfac7db4ef 27/53: Create melpa.yml
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama bfac7db4ef 27/53: Create melpa.yml |
Date: |
Sun, 17 Dec 2023 18:57:58 -0500 (EST) |
branch: externals/ellama
commit bfac7db4efe5e0243cbd72c377e92bad0beb3f7e
Author: Sergey Kostyaev <s-kostyaev@users.noreply.github.com>
Commit: Sergey Kostyaev <s-kostyaev@users.noreply.github.com>
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] branch externals/ellama created (now 11f601db8e), ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 3bd6acccd3 02/53: begin ellama implementation, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 547ca3a266 07/53: silence url retrieve, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 3d3fa91206 04/53: add ellama change commands, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama f1fbb33521 03/53: add code review command, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama c14dad0065 05/53: add make list and make table commands, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama b9fe2ebdaa 06/53: add ellama-summarize-webpage function, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8bd196068a 08/53: add functions to work with code, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama a1112d64a0 09/53: improve ask about template, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 00b8ddd155 19/53: fix for use libxml-parse-html-region, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama bfac7db4ef 27/53: Create melpa.yml,
ELPA Syncer <=
- [elpa] externals/ellama 963843016b 14/53: add ellama-ask-about gif and fix typos, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 660f08c126 23/53: add badges and installation section to readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 3eac28a1ea 31/53: Merge pull request #4 from stardiviner/main, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 327c488e9b 33/53: Format and remove unnecessary code., ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 1c4aa12bf9 39/53: make spinner type customizable, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama f436d96206 47/53: Make changes by ellama atomic, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 88e8f3455f 16/53: remove ellama-instant from command list, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 7a84c5e737 18/53: add gif for enhance grammar and spelling, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama f22a21dd56 30/53: Add spinner support as mode-line progress indicator, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama f9e0de5af6 34/53: Merge pull request #3 from jiahut/main, ELPA Syncer, 2023/12/17