Skip to content

Commit 914b4e3

Browse files
Merge pull request #125 from Naoki-Hidaka/dependency-graph
Dependency graph
2 parents cf43d4d + 43ba343 commit 914b4e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/generate-dependency-graph.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
13+
with:
14+
ref: ${{ github.event.pull_request.head.ref }}
1315

1416
- name: Setup Graphviz
1517
uses: ts-graphviz/setup-graphviz@v1

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ android {
3030
)
3131
}
3232
}
33+
3334
compileOptions {
3435
sourceCompatibility = JavaVersion.VERSION_1_8
3536
targetCompatibility = JavaVersion.VERSION_1_8
-6.22 KB
Loading

0 commit comments

Comments
 (0)