Skip to content

Commit d283629

Browse files
committed
Add workflow for SBT Dependency Submission
Basic example based on: - https://github.com/scalacenter/sbt-dependency-submission
1 parent a78a031 commit d283629

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Update Dependency Graph
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
dependency-graph:
10+
name: Update Dependency Graph
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: scalacenter/sbt-dependency-submission@v2
15+

0 commit comments

Comments
 (0)