Skip to content

Commit

Permalink
Add dependency diff
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Oct 28, 2024
1 parent 0f528a1 commit 9ddba31
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dependency-diff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Dependency Diff Report

on: pull_request

jobs:
report:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: yumemi-inc/gradle-dependency-diff-report@v2
with:
modules: |
roborazzi
roborazzi-ai-gemini
roborazzi-compose
roborazzi-compose-desktop
roborazzi-compose-ios
roborazzi-compose-preview-scanner-support
configuration: 'releaseRuntimeClasspath'

0 comments on commit 9ddba31

Please sign in to comment.