There was an error while loading. Please reload this page.
1 parent 012bde4 commit 590b65cCopy full SHA for 590b65c
1 file changed
.github/workflows/test.yml
@@ -38,8 +38,15 @@ jobs:
38
39
- name: Check out the source code
40
uses: actions/checkout@v4
41
+ with:
42
+ # To make automated copyright notice check below work. Can this be optimized?
43
+ fetch-depth: 0
44
45
- name: Test the project
46
run: |
47
eldev -p -dtT -C test --expect 15
48
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