Skip to content

add zod-compiler

add zod-compiler #6471

name: Diff Dependencies
on:
pull_request_target:
paths-ignore:
- ".vscode/**"
- "**/*.md"
- ".github/ISSUE_TEMPLATE/**"
jobs:
diff_dependencies:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0 # allows the diff action to access git history
- name: Create Diff
uses: e18e/action-dependency-diff@5d3c6ac2ad2de2eaca1dc120c5accfd9590764b6 # v1.5.1
with:
# We’re using this package primarily to track size changes, not as worried about duplicates
duplicate-threshold: 100