Skip to content

Commit

Permalink
Use Eldev to check if copyright notices are up-to-date during CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
doublep committed Sep 5, 2023
1 parent 012bde4 commit 590b65c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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 15
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

0 comments on commit 590b65c

Please sign in to comment.