Skip to content

Commit bfbaf28

Browse files
committed
[fox] Add test
1 parent 91ab5c0 commit bfbaf28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

typescript/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ async function run(): Promise<void> {
99
try {
1010
core.debug(JSON.stringify(github.context))
1111
core.info(JSON.stringify(github.context))
12+
1213
const validator_file: string = core.getInput('validator_file')
1314
const validator_name: string = core.getInput('validator')
1415
const options: string[] = core.getMultilineInput('options')

0 commit comments

Comments
 (0)