mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-19 06:41:20 +00:00
feat(supported-version): validate custom_versions
Previously, @danslo reported that he tried to use `custom_versions` without setting the kind. This isn't the correct behavior. I've added a validator to alert him of this.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { Kind } from "./kinds";
|
||||
|
||||
export type KindValidator = (kind: Kind, custom_versions?: string[]) => boolean;
|
||||
Reference in New Issue
Block a user