Skip to content

Commit

Permalink
[DPT-602] Add sbt-dependency-submission to IPU repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-newman committed Dec 10, 2024
1 parent a3abb86 commit 68cb50a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update Dependency Graph
on:
push:
branches:
- master
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit 68cb50a

Please sign in to comment.