You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Bring type-safety to your GitHub actions' API!
4
4
5
5
This is a GitHub action that validates your action's type specs (`action-types.y(a)ml`) and ensures the inputs and
6
6
outputs have types set according to a certain specification.
7
-
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 wrappers for [this Kotlin DSL](https://github.com/typesafegithub/github-workflows-kt)).
7
+
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)).
8
8
Similar to typings for TypeScript or type hints for Python.
9
9
10
10
It supports YAML anchors and aliases to reduce duplication.
0 commit comments