File tree Expand file tree Collapse file tree 3 files changed +3
-45
lines changed
Expand file tree Collapse file tree 3 files changed +3
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,18 +2,14 @@ name: Tests
22
33on :
44 pull_request :
5- workflow_call :
5+ push :
6+ branches : [main]
67
78jobs :
89 tests :
910 name : Run tests
1011 runs-on : ubuntu-24.04
1112 steps :
12- # https://github.com/actions/checkout/issues/135#issuecomment-602171132
13- - name : Set git to use LF
14- run : |
15- git config --global core.autocrlf false
16- git config --global core.eol lf
1713 - uses : actions/checkout@v4
1814 - name : Set up Java
1915 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ try (PDDocument document = PDDocument.load(in)) {
113113```
114114
115115
116- For more detail information check the Javadoc.
116+ For more detail information check the Javadoc.
117117The Javadoc API documentation can be generated (see also '_ Building from Source_ ' section) via
118118
119119```
You can’t perform that action at this time.
0 commit comments