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 dacd2d5 commit e31c82bCopy full SHA for e31c82b
.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