Skip to content

Commit

Permalink
Update run.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Nov 22, 2023
1 parent 449aa41 commit d7c2f99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import { generateDocs } from './docs-generator'
import { getFilesDiffs } from './utils'
import { handleGithubDocsReport, handleGithubGeneratedDocs } from './github'

/**
* The main function for the action.
* @returns `Promise<void>` resolves when the action is complete.
* @public
*/
export async function run(): Promise<void> {
try {
const {
Expand Down

0 comments on commit d7c2f99

Please sign in to comment.