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.
2 parents dacd2d5 + e31c82b commit b0f1c0fCopy full SHA for b0f1c0f
.github/workflows/dependency-graph.yml
@@ -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