From 52f022e6db4a165d00a9980fbfbae83ebce9296b Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 2 Sep 2024 11:46:08 -0400 Subject: [PATCH] chore: format --- src/constants.ts | 4 ++-- src/lib.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(