8000 Expose async-function argument type by viktorlott · Pull Request #402 · actions/github-script · GitHub
[go: up one dir, main page]

Skip to content

Expose async-function argument type #402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
viktorlott authored Jul 28, 2023
commit ba13a89bc902a7b7afbdcb3e3bab38d740a7d573
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:

### Use scripts with jsDoc support

If you want type support for your scripts, you could use the the command below to install the
If you want type support for your scripts, you could use the command below to install the
`github-script` type declaration.
```sh
$ npm i -D @types/github-script@github:actions/github-script
Expand Down
0