Skip to content

feat: bootstrap enum component (#2) #12

feat: bootstrap enum component (#2)

feat: bootstrap enum component (#2) #12

Workflow file for this run

name: "Fast Forward Test Suite"
on:
push:
workflow_dispatch:
inputs:
max-outdated:
description: Maximum number of outdated packages allowed by the dependencies command.
required: false
type: number
default: -1
permissions:
contents: read
jobs:
tests:

Check failure on line 17 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Fast Forward Test Suite

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 17, Col: 3): Error calling workflow 'php-fast-forward/dev-tools/.github/workflows/tests.yml@main'. The workflow is requesting 'statuses: write', but is only allowed 'statuses: none'.
uses: php-fast-forward/dev-tools/.github/workflows/tests.yml@main
with:
max-outdated: ${{ inputs.max-outdated || -1 }}
secrets: inherit