Skip to content

Commit 2f817b4

Browse files
committed
Add dependency graph submission
1 parent 1d6a21a commit 2f817b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Update Dependency Graph
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update-graph:
10+
name: Update Dependency Graph
11+
runs-on: blacksmith-2vcpu-ubuntu-2204
12+
steps:
13+
- uses: actions/checkout@v4
14+
with:
15+
persist-credentials: false
16+
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)