Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/jhroemer/jhroemer.github.io. My personal website jensroemer.com
Something went wrong. Try again.
390 B · 18 lines
YAML
12345678910111213141516171819name: Dependency Diff
on: pull_request:
jobs: diff_dependencies: runs-on: ubuntu-latest permissions: contents: read pull-requests: write steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 - name: Create Diff uses: e18e/action-dependency-diff@d995338f3b229fe7b2cd82048df5da930f70c7c3