initial commit
All checks were successful
CI / build (push) Successful in 17s
CI / release (push) Has been skipped

This commit is contained in:
2026-03-05 21:57:44 +11:00
commit 1c2214b0f4
7 changed files with 516 additions and 0 deletions

15
action.yml Normal file
View File

@@ -0,0 +1,15 @@
name: Pending Payload Migration Check
description: Check whether pending migrations are pending for PayloadCMS and if so report errors to stop deployments.
inputs:
paths:
description: The paths to check for pending migrations, allows multiple as array. Defaults to the root of the repository.
required: false
default: "."
outputs:
has-pending-migrations:
description: Whether there are pending migrations or not
runs:
using: node20
main: dist/index.js