Skip to content

Commit 762983f

Browse files
committed
fix(ci): run conformance test on changes to transform/prettier conformance tasks
1 parent 2de9f39 commit 762983f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/check-conformance-changes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function getCoverageDependencies() {
2828
const ALWAYS_RUN_PATHS = [
2929
'tasks/coverage/',
3030
'tasks/common/',
31+
'tasks/oxc_transform_conformance/',
32+
'tasks/oxc_prettier_conformance/',
3133
];
3234

3335
/**

0 commit comments

Comments
 (0)