From 9eb69d7ec42485ce03bf96bec0835b25eec76e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= <3110813+krzema12@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:35:22 +0100 Subject: [PATCH] Specify that typings for inputs and outputs are required Added note about required typings for inputs and outputs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfbf101..174280c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ outputs have types set according to a certain specification. It aims to be a standardized way to present your actions' API, both to human users and any kind of automation (e. g. generating action bindings for [this Kotlin DSL](https://github.com/typesafegithub/github-workflows-kt)). Similar to typings for TypeScript or type hints for Python. +Typings for all inputs and outputs have to be specified. + It supports YAML anchors and aliases to reduce duplication. To see which actions already provide typings using this schema, click [here](https://github.com/typesafegithub/github-actions-typing/network/dependents).