Skip to content

Commit 5c3292c

Browse files
Merge pull request #12 from Iterable/dpt-602-ipu
[DPT-602] Add sbt-dependency-submission to IPU repo
2 parents a3abb86 + c628a46 commit 5c3292c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/workflows/dependency-graph.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update Dependency Graph
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
dependency-graph:
8+
name: Update Dependency Graph
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
- uses: sbt/setup-sbt@v1
15+
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)