We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6a21a commit 2f817b4Copy full SHA for 2f817b4
.github/workflows/dependency-graph.yml
@@ -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