Skip to content

Commit

Permalink
Merge pull request #8 from LibreCybernetics/dependency-graph
Browse files Browse the repository at this point in the history
github: add dependency graph submission
  • Loading branch information
fabianhjr authored Sep 1, 2023
2 parents 22ab16b + b6736d0 commit 98a8452
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependency-graph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update Dependency Graph
on:
push:
branches:
- main

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 98a8452

Please sign in to comment.