Skip to content

Commit ab24979

Browse files
authored
README: wrappers -> bindings
1 parent f0488df commit ab24979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bring type-safety to your GitHub actions' API!
44

55
This is a GitHub action that validates your action's type specs (`action-types.y(a)ml`) and ensures the inputs and
66
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)).
88
Similar to typings for TypeScript or type hints for Python.
99

1010
It supports YAML anchors and aliases to reduce duplication.

0 commit comments

Comments
 (0)