Skip to content

Commit 590b65c

Browse files
committed
Use Eldev to check if copyright notices are up-to-date during CI.
1 parent 012bde4 commit 590b65c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,15 @@ jobs:
3838

3939
- name: Check out the source code
4040
uses: actions/checkout@v4
41+
with:
42+
# To make automated copyright notice check below work. Can this be optimized?
43+
fetch-depth: 0
4144

4245
- name: Test the project
4346
run: |
4447
eldev -p -dtT -C test --expect 15
4548
eldev -dtT -C compile --set all --warnings-as-errors
49+
50+
- name: Ensure that copyright notices are up-to-date
51+
run: |
52+
eldev -p -dvQTC doctor up-to-date-copyright --all-tests

0 commit comments

Comments
 (0)