Skip to content

Commit 601e859

Browse files
committed
fixup! fixup! fixup! fixup! ci: test validation
1 parent 83dd91e commit 601e859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bundle-size.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26+
with:
27+
sparse-checkout: |
28+
.github
2629
# with:
2730
# fetch-depth: 0
2831

@@ -49,7 +52,6 @@ jobs:
4952
script: |
5053
const run = require('./.github/scripts/validate-pr-number');
5154
const result = run();
52-
console.log(result);
5355
return result;
5456
result-encoding: string
5557

0 commit comments

Comments
 (0)