Skip to content

Added test workflow. #1

Added test workflow.

Added test workflow. #1

name: "Composer Lock Diff"
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
inputs:
pr-number:
description: 'Pull request number'
required: true
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
Composer-Lock-Diff:
uses: ./scaffold/github/workflows/ComposerLockDiff.yml

Check failure on line 19 in .github/workflows/ComposerLockDiff.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ComposerLockDiff.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
pr-number: ${{ inputs.pr-number || github.event.number }}
secrets: inherit