Skip to content

Commit 52265f4

Browse files
committed
changed to use git history for modified date
1 parent b6870f8 commit 52265f4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/java.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
name: Check Copyright
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- name: Checkout repository
17+
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
20+
1721
- name: Check Copyright
1822
env:
1923
EXTENSIONS: "*.java"

0 commit comments

Comments
 (0)