Skip to content

Commit 7d42fb0

Browse files
authored
Remove Git LFS (#6)
GitHub is billing Git LFS bandwidth usage. This PR removes Git LFS usage as well as the test app samples which were using most of the storage.
1 parent 611d417 commit 7d42fb0

File tree

82 files changed

+146
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+146
-340
lines changed

.gitattributes

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

.github/workflows/navigator.yml renamed to .github/workflows/checks.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Navigator
1+
name: Checks
22

33
on:
44
push:
@@ -13,17 +13,15 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16-
with:
17-
lfs: 'true'
1816
- name: Set up JDK 11
1917
uses: actions/setup-java@v2
2018
with:
2119
java-version: '11'
2220
distribution: 'adopt'
2321
- name: Build
24-
run: ./gradlew clean :readium:navigator:build -x test
22+
run: ./gradlew clean build -x test
2523
- name: Test
26-
run: ./gradlew :readium:navigator:test --continue
24+
run: ./gradlew test --continue
2725

2826
lint:
2927
name: Lint
@@ -37,8 +35,6 @@ jobs:
3735
steps:
3836
- name: Checkout
3937
uses: actions/checkout@v2
40-
with:
41-
lfs: 'true'
4238
- name: Install dependencies
4339
run: npm install --prefix "$scripts"
4440
- name: Lint JavaScript

.github/workflows/lcp.yml

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

.github/workflows/opds.yml

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

.github/workflows/shared.yml

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

.github/workflows/streamer.yml

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

.github/workflows/test-app.yml

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

gradle/wrapper/gradle-wrapper.jar

58 KB
Binary file not shown.

jitpack.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
jdk:
22
- openjdk11
3-
before_install:
4-
- git lfs pull
53

Binary file not shown.

0 commit comments

Comments
 (0)