Skip to content

Commit

Permalink
Merge pull request #12 from Iterable/dpt-602-ipu
Browse files Browse the repository at this point in the history
[DPT-602] Add sbt-dependency-submission to IPU repo
  • Loading branch information
alexander-newman authored Dec 11, 2024
2 parents a3abb86 + c628a46 commit 5c3292c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Dependency Graph
on:
push:
branches:
- master
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3

0 comments on commit 5c3292c

Please sign in to comment.