Skip to content

Commit 98d352c

Browse files
committed
Simplify GH Actions workflows
Since we are now using Jitpack for builds, we have no need to publish with GitHub Packages.
1 parent a991769 commit 98d352c

File tree

3 files changed

+3
-45
lines changed

3 files changed

+3
-45
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@ name: Tests
22

33
on:
44
pull_request:
5-
workflow_call:
5+
push:
6+
branches: [main]
67

78
jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
117117
The Javadoc API documentation can be generated (see also '_Building from Source_' section) via
118118

119119
```

0 commit comments

Comments
 (0)