Skip to content

Commit

Permalink
fix(main): throw err if linter fails (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida authored May 9, 2023
1 parent 080acf5 commit 45cba2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function run() {

} catch (err) {
console.log(`❌ PR Title linter failed\n${ err }`);
throw(err);
};
};

Expand Down

0 comments on commit 45cba2d

Please sign in to comment.