next.js/.github/actions/next-stats-action/action.yml
action.yml13 lines382 B
name: 'Next.js PR Stats'
description: 'Compare PR stats with canary'
inputs:
  bundler:
    description: 'Bundler to benchmark (webpack|turbopack|both)'
    default: 'both'
    required: false
runs:
  using: 'docker'
  # this dockerfile must be located in the parent directory, otherwise
  # `pnpm deploy` can't read the pnpm-lock.yaml
  image: '../../next-stats-action.Dockerfile'
Quest for Codev2.0.0
/
SIGN IN