mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* add JSDoc
This commit is contained in:
parent
d623245bda
commit
5338646017
3 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,9 @@ import * as path from "path";
|
|||
|
||||
import * as core from "@actions/core";
|
||||
|
||||
/**
|
||||
* main function
|
||||
*/
|
||||
function main(): void
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue