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

[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



reply via email to

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