[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/logview b3a68e819c 211/259: Use Eldev to check if copyrigh
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/logview b3a68e819c 211/259: Use Eldev to check if copyright notices are up-to-date during CI. |
Date: |
Fri, 31 Jan 2025 07:02:15 -0500 (EST) |
branch: elpa/logview
commit b3a68e819c9ecb42677b8f86a6dcf08fc6daf054
Author: Paul Pogonyshev <pogonyshev@gmail.com>
Commit: Paul Pogonyshev <pogonyshev@gmail.com>
Use Eldev to check if copyright notices are up-to-date during CI.
---
.github/workflows/test.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d240680d42..8725be2ca4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,6 +37,9 @@ jobs:
- name: Check out the source code
uses: actions/checkout@v4
+ with:
+ # To make automated copyright notice check below work. Can this be
optimized?
+ fetch-depth: 0
- name: Test the project
run: |
@@ -46,3 +49,7 @@ jobs:
- name: Lint the project
run: |
eldev -p -dtT -C lint
+
+ - name: Ensure that copyright notices are up-to-date
+ run: |
+ eldev -p -dvQTC doctor up-to-date-copyright --all-tests
- [nongnu] elpa/logview 8e838692bb 188/259: Include a file with settings for ripgrep., (continued)
- [nongnu] elpa/logview 8e838692bb 188/259: Include a file with settings for ripgrep., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 75c494559f 219/259: Reimplement "narrowed unlocking" using the public macro, since we don't need to support Emacs snapshots anymore and because they are hell-bent on renaming internal support functions every other month., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview a2dedfa718 247/259: A usability improvement for commit d0f861f: refontify earlier, dodging the delay from `isearch--momentary-message`; add a test., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5976fa79b0 257/259: Try to work around another byte-compilation warning., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 61dfc70a9f 023/259: Add customization option for default auto-revert mode and keybindings to easily change those., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 6675f2ff5c 084/259: Fix the Travis script in the latest commit, otherwise it fails to install needed dependencies., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 6409991053 069/259: Bump version because of an important bugfix., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 617d5d2066 168/259: Release Logview 0.15.1, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview de9694cfdc 254/259: Post-release version bump., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 5423b12b32 212/259: Fix an old bug where editing submode-specific views wouldn't mark them as "need saving"; add tests., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview b3a68e819c 211/259: Use Eldev to check if copyright notices are up-to-date during CI.,
ELPA Syncer <=
- [nongnu] elpa/logview e323a17cf7 213/259: Always ignore Flycheck's temporary files for Git purposes., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 30132d18f7 214/259: Fix byte-compilation of tests and their execution when byte-compiled; errors were caused by `logview--test-with-file' evaluating `extra-customizations' at definition time., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 9140067afd 218/259: Fix a couple of problems with displaying timestamp differences; add tests., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview c8edda74ff 217/259: Renaming refactoring: drop `-test` from names of tests as pointless and repetitive., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 65995c2628 224/259: Merge branch 'jcs-PR-fix/ml', ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview aa0cf8e805 229/259: Improve CI workflow so that it is obvious when the problem is in byte-compilation and not in failing tests., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 43f475a56d 227/259: Fix several errors in commit 75c4945., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 12bf9718de 223/259: fix: Better compatibility to select log file, ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 49cca08b84 233/259: Handle errors in mode initialization in such a way as to never leave it in half-initialized state (related to issue #55)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/logview 56591f85ea 235/259: Release logview 0.17.4, ELPA Syncer, 2025/01/31