branch: elpa/extmap
commit 52001e5d69f21486dd02467b9c9828d61b6d34eb
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@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 b1e71a24b0..caa711af86 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -40,8 +40,15 @@ 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: |
         eldev -p -dtT -C test --expect 10
         eldev -dtT -C compile --warnings-as-errors
+
+    - name: Ensure that copyright notices are up-to-date
+      run: |
+        eldev -p -dvQTC doctor up-to-date-copyright --all-tests

Reply via email to