Skip to content

Commit 5445d1a

Browse files
authored
Merge branch 'main' into henrymercer/slim-pr-checks
2 parents a34e1cd + e4b85ab commit 5445d1a

17 files changed

+624
-151
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test: build
2222

2323
# Run the tests for a single file
2424
test_file filename: build
25-
npx ava --verbose {{filename}}
25+
npx ava --serial --verbose {{filename}}
2626

2727
[doc("Refresh the .js build artefacts in the lib directory")]
2828
[confirm]

lib/analyze-action-post.js

Lines changed: 48 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js

Lines changed: 61 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)