Skip to content

Commit

Permalink
Add dependency submission job
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Aug 16, 2023
1 parent 8e9192b commit bb02698
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependencyReport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Submit dependencies
on:
push:
branches:
- main
jobs:
root:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: mikepenz/[email protected]
with:
gradle-build-module: :library
gradle-build-configuration: allSourceSetsCompileDependenciesMetadata
sub-module-mode: INDIVIDUAL_DEEP
fail-on-error: true

0 comments on commit bb02698

Please sign in to comment.