Skip to content

Commit

Permalink
added workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
necm1 committed Jul 24, 2024
1 parent a2bbd5c commit e143c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/get-file.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ export async function getFile(
const absolutePath = await resolvePath(basePath, filePath);
return await fs.readFile(absolutePath);
}

// workflow test

0 comments on commit e143c29

Please sign in to comment.