1
This commit is contained in:
Evan Pratten 2023-11-13 11:50:28 -05:00
parent 6a8c81942d
commit 4c42fd6d8c

View File

@ -17,6 +17,8 @@ jobs:
- name: Check if LICENSE file has changed
id: license-check
run: |
ls /home/runner/work/ewpratten.com
ls /home/runner/work/ewpratten.com/ewpratten.com
diff /tmp/correct_license ${GITHUB_WORKSPACE}/LICENSE
- name: Display a commit comment if the year is wrong
if: steps.license-check.outcome == 'failure'