Skip to content

Commit 5ed7386

Browse files
Merge pull request #70 from target/fail_in_pr
Exit with no action on pull request builds
2 parents 2fc171e + 32e67a2 commit 5ed7386

File tree

7 files changed

+2859
-5863
lines changed

7 files changed

+2859
-5863
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Optionally, wire up `markdown-inject` to a git pre-commit hook tool like [husky]
3030

3131
## Usage
3232

33+
> Note: `markdown-inject` takes no action during pull request builds in CI.
34+
3335
<!--
3436
CODEBLOCK_START
3537
{

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ module.exports = {
44
transform: {
55
'.+\\.(ts|tsx)$': 'ts-jest',
66
},
7+
resetMocks: true,
78
}

0 commit comments

Comments
 (0)