Skip to content

Commit

Permalink
Fix "Check license year"
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Dec 30, 2024
1 parent ce0f66a commit 07396df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Check license year
if: matrix.coding-standards
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"

- name: Run Psalm
if: matrix.static-analysis
Expand Down

0 comments on commit 07396df

Please sign in to comment.