Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jul 23, 2024
1 parent 12643a1 commit 3bbe256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/determine-initial-slack-payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function constructSlackPayloadBlocksForSuccessfulRun() {
* Generates the Slack message that will appear when some `module-lint` runs are
* unsuccessful.
*
* @param inputs
* @param inputs - The inputs to this script.
* @returns The Slack payload blocks.
*/
function constructSlackPayloadBlocksForUnSuccessfulRun(inputs: Inputs) {
Expand Down

0 comments on commit 3bbe256

Please sign in to comment.