diff --git a/src/constants.ts b/src/constants.ts index 9308d061f..8cc2d3e6d 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,8 +4,8 @@ import {isNullOrUndefined, stripProtocolFromUrl} from './util' const {pusher, repository} = github.context.payload -/* - * Flags to signal different scenarios to test cases +/* + * Flags to signal different scenarios to test cases */ export enum TestFlag { NONE = 0, diff --git a/src/lib.ts b/src/lib.ts index e2eab2339..24cfc5e52 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -11,7 +11,7 @@ import { isNullOrUndefined } from './util' -/** +/** * Initializes and runs the action. */ export default async function run(