Skip to content

Commit

Permalink
[DPT-602] Add sbt-dependency-submission to expirements repo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-newman authored Dec 10, 2024
1 parent 87713d2 commit 269b038
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:
- main
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@v2

0 comments on commit 269b038

Please sign in to comment.