[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/logview d754e657cc 197/259: Experimentally use a GitHub ac
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/logview d754e657cc 197/259: Experimentally use a GitHub action to install Eldev instead of shell command. |
Date: |
Fri, 31 Jan 2025 07:02:13 -0500 (EST) |
branch: elpa/logview
commit d754e657ccf6e75ef3852dcf19e899dcf37d7d59
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Experimentally use a GitHub action to install Eldev instead of shell
command.
---
.github/workflows/test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4bc1c0f28d..9e8714639a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
version: ${{matrix.emacs_version}}
- name: Install Eldev
- run: curl -fsSL
https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
+ uses: emacs-eldev/setup-eldev@v1
- name: Check out the source code
uses: actions/checkout@v3
- [nongnu] elpa/logview a185254605 170/259: Make the new README section more accessible., (continued)
- [nongnu] elpa/logview a185254605 170/259: Make the new README section more accessible., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 3b0b544b69 169/259: Post-release version bump, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 8256d4a0b3 174/259: Consistently use `string-match-p' instead of `string-match' where match data is not used afterwards; in particular, this speeds up filtering a little bit., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5aaf49d8a4 160/259: Document new features; convert documentation to AsciiDoc., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 9311133001 176/259: Update README section from commit c06cdb2 with the latest changes., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 7243579358 179/259: Nice, Asciidoctor deprecated some semantically loaded syntax without providing a way to upgrade., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 58b6c107ee 183/259: Fix a bug where Logview won't recognize entries where the message immediately starts with a linefeed., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 856ebf1aa9 182/259: Post-release version bump, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 84ccfa8315 181/259: Release Logview 0.16.1, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 32d8335591 193/259: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview d754e657cc 197/259: Experimentally use a GitHub action to install Eldev instead of shell command.,
ELPA Syncer <=
- [nongnu] elpa/logview fb7762b0a9 203/259: Add support for "really special" log entry parts, where format string specifies full regexp for a subpart (only name, thread or "ignored"); issue #48., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview cabaf93f1d 209/259: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview d5a71b6540 237/259: Fix certain changes from commit e6d5a0a added to a block where modification of buffer faces was not yet allowed; there were hardly any practical consequences, that's why the error went unnoticed., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 090fd9a581 236/259: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 8e020b9296 244/259: Make it possible to toggle "search only in messages" directly from isearch., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 76bc432af3 256/259: Avoid byte-compilation warning caused by the last commit., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 034c240c81 259/259: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 65b1e6cb0b 037/259: Fix the highest level for JUL: it should be "SEVERE", not "ERROR"., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview d96302c36b 093/259: Implement current entry pulsing (brief highlighting) so that it is easier to locate the point and entry bounds., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5d5fbb25b5 036/259: Replace 'error' with 'user-error' where applicable., ELPA Syncer, 2025/01/31