Skip to content

Commit 4cd8042

Browse files
authored
Create dependency-graph.yml
1 parent fb02092 commit 4cd8042

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+
# .github/workflows/dependency-graph.yml
2+
name: Update Dependency Graph
3+
on:
4+
push:
5+
branches:
6+
- master # default branch of the project
7+
jobs:
8+
dependency-graph:
9+
name: Update Dependency Graph
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: sbt/setup-sbt@v1
14+
- uses: scalacenter/sbt-dependency-submission@v3
15+

0 commit comments

Comments
 (0)