1
This commit is contained in:
Evan Pratten 2023-11-13 11:56:28 -05:00
parent d8de45885b
commit 983937c6a3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Generate expected LICENSE file - name: Generate expected LICENSE file
run: | run: |
echo -e "Copyright (c) 2017-$(date +%Y), Evan Pratten, All rights reserved.\n" > /tmp/correct_license echo "Copyright (c) 2017-$(date +%Y), Evan Pratten, All rights reserved." > /tmp/correct_license
- name: Check if LICENSE year is correct - name: Check if LICENSE year is correct
id: license-check id: license-check
run: | run: |