Skip to content

docs(getting-started): resize and reflow mascot image block #38

docs(getting-started): resize and reflow mascot image block

docs(getting-started): resize and reflow mascot image block #38

Workflow file for this run

name: "Fast Forward Test Suite"
on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
workflow_dispatch:
inputs:
max-outdated:
description: Maximum number of outdated packages allowed by the dependencies command.
required: false
type: string
default: '-1'
publish-required-statuses:
description: Mirror required test matrix checks as commit statuses for workflow-dispatched runs.
required: false
type: boolean
default: false
permissions:
contents: read
statuses: write
jobs:
tests:
uses: php-fast-forward/dev-tools/.github/workflows/tests.yml@main
with:
max-outdated: ${{ inputs.max-outdated || -1 }}
publish-required-statuses: ${{ inputs.publish-required-statuses || false }}
secrets: inherit