branch: elpa/datetime
commit 67b930708fef7ef6100fecda59ff2e2099d9b4f8
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 a67971c240..bd0a58d8ea 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,8 +43,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 20
         eldev -dtT -C compile --set all --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