-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# GitHub Actions Typing Catalog | ||
|
||
This repository contains type definitions for various GitHub Actions APIs (inputs and outputs). It's best for action owners to provide the typings themselves and host them from within their repositories, but if it's impossible, this repo is a fallback solution. | ||
This repository contains type definitions for various GitHub Actions APIs (inputs and outputs). It's best for action | ||
owners to provide the typings themselves and host them from within their repositories (see | ||
[typesafegithub/github-actions-typing](https://github.com/typesafegithub/github-actions-typing)), but if it's | ||
impossible, this repo is a fallback solution. | ||
|
||
It uses the same format as in [typesafegithub/github-actions-typing](https://github.com/typesafegithub/github-actions-typing) to describe the typings. | ||
It uses the same format as in [typesafegithub/github-actions-typing](https://github.com/typesafegithub/github-actions-typing) | ||
to describe the typings. | ||
|
||
This repo is to GitHub Actions what [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) is to TypeScript libraries, or [SchemaStore](https://github.com/SchemaStore/schemastore) is to JSON. | ||
This repo is to GitHub Actions what [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) is to | ||
TypeScript libraries, [typeshed](https://github.com/python/typeshed) is to Python ecosystem, or | ||
[SchemaStore](https://github.com/SchemaStore/schemastore) is to JSON. |