Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Sep 2, 2024
1 parent fa0c379 commit 52f022e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
isNullOrUndefined
} from './util'

/**
/**
* Initializes and runs the action.
*/
export default async function run(
Expand Down

0 comments on commit 52f022e

Please sign in to comment.