Skip to content

Commit 7f69d4f

Browse files
committed
Moved scripts to separate files and improved on their styling and logic
1 parent 378f8c4 commit 7f69d4f

12 files changed

Lines changed: 127277 additions & 4670 deletions

File tree

.github/actions/javascript/reassureStabilityCheck/index.js

Lines changed: 2997 additions & 2249 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: 'Require Tests'
2+
description: 'Checks that PRs modifying source files in lib/ include corresponding test changes.'
3+
runs:
4+
using: 'node20'
5+
main: './index.js'

0 commit comments

Comments
 (0)