emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell bd94b887f1 1/5: Add Emacs 29.1 to mat


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell bd94b887f1 1/5: Add Emacs 29.1 to matrix, and only package-lint there
Date: Sat, 4 Nov 2023 07:01:05 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit bd94b887f10c0551c3f8d779bec3cc99413f5719
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Add Emacs 29.1 to matrix, and only package-lint there
---
 .github/workflows/test.yml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5031991aa5..dd3b91635f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,6 +6,16 @@ on:
     - '**.md'
 
 jobs:
+  lint:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: purcell/setup-emacs@master
+      with:
+        version: 29.1
+    - uses: actions/checkout@v2
+    - name: Run tests
+      run: make package-lint
+
   build:
     runs-on: ubuntu-latest
     strategy:
@@ -21,6 +31,7 @@ jobs:
           - 27.2
           - 28.1
           - 28.2
+          - 29.1
           - snapshot
     steps:
     - uses: purcell/setup-emacs@master
@@ -29,4 +40,4 @@ jobs:
 
     - uses: actions/checkout@v2
     - name: Run tests
-      run: make
+      run: make compile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]