Skip to content

Commit b0f1c0f

Browse files
authored
Merge pull request #15805 from adpi2/main
Add dependency-graph workflow
2 parents dacd2d5 + e31c82b commit b0f1c0f

File tree

1 file changed

+12
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)