Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Panayil <[email protected]>
  • Loading branch information
sachin-panayil committed Nov 21, 2024
1 parent d98d6ea commit 50089d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,22 @@ export default async function run(disableRetry?: boolean): Promise<void> {
specifically, what files dont exist. this might change tho depending on what tier we are using so this will need some more thinking.
after we parse the data and see what files are missing, we can supply templates that live within this repo
we need to figure out away to tie the different types of tiers into this
the tiers dont matter as the repolinter.json will be in the respective repos no matter what.
call JSONFormatter, filter through the json to only check for
*/


const json = jsonFormatter.formatOutput(result, true)
console.log(json)

// function getFailedFileNames(json: string): string[] {
// const data = JSON.parse(json)
// }

// const fileNames = getFailedFileNames(json)

core.startGroup('Sending a PR')

try {
Expand Down

0 comments on commit 50089d4

Please sign in to comment.