Skip to content

Commit

Permalink
Merge pull request open-horizon#707 from naphelps/dependency-graph
Browse files Browse the repository at this point in the history
Dependency graph
  • Loading branch information
naphelps committed Sep 11, 2023
2 parents acfaca5 + 6d7cc13 commit a8f0287
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# .github/workflows/dependency-graph.yml
name: Update Dependency Graph
on:
push:
branches:
- main # default branch of the project
- v.2.110
- v.2.87
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit a8f0287

Please sign in to comment.