We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113244 commit 3ee28b8Copy full SHA for 3ee28b8
.github/workflows/tests.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Check license year
93
if: matrix.coding-standards
94
- run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%G`"
+ run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
95
96
- name: Run Psalm
97
if: matrix.static-analysis
0 commit comments