Skip to content

Commit b39d042

Browse files
committed
Fix "Check license year"
1 parent 61c805c commit b39d042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Check license year
142142
if: matrix.coding-standards
143-
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
143+
run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
144144

145145
- name: Run Psalm
146146
if: matrix.static-analysis

0 commit comments

Comments
 (0)