Skip to content

Commit

Permalink
Added SBT workflow scan to submit dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Amari Ellington committed May 29, 2024
1 parent 97194a9 commit dd7cf99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update Dependency Graph
on:
push:
branches: ["master", "main", "dev"]
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit dd7cf99

Please sign in to comment.