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 36cdfa9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/dependency-diff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Dependency Diff Report

on: pull_request

jobs:
report:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: 'zulu'
java-version: 19
- uses: yumemi-inc/gradle-dependency-diff-report@v2
with:
configuration: 'releaseRuntimeClasspath'
modules: |
roborazzi-compose-ios | commonMainApiDependenciesMetadata
roborazzi
roborazzi-compose
roborazzi-compose-desktop
roborazzi-compose-preview-scanner-support

0 comments on commit 36cdfa9

Please sign in to comment.