mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 20:43:21 +08:00
Add links to code in package READMEs
Intsead of having to update the READMEs for each package whenever TypeScript signatures change, link directly to the TypeScript code. Later, we can run a Typedoc server, perhaps.
This commit is contained in:
@@ -4,8 +4,4 @@
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
const exit = require('@actions/exit');
|
||||
|
||||
// TODO: DEMONSTRATE API
|
||||
```
|
||||
See [src/exit.ts](src/exit.ts).
|
||||
Reference in New Issue
Block a user