Skip to content

Commit 9eb0f04

Browse files
committed
wip
1 parent 0c6338c commit 9eb0f04

File tree

3 files changed

+46
-6
lines changed

3 files changed

+46
-6
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
id: docs-only
3131
with:
3232
script: |
33+
const core = require('@actions/core');
3334
let docs_file_count = ${{steps.changes.outputs.docs_count}};
3435
let all_file_count = ${{steps.changes.outputs.all_count}};
36+
core.notice(`docs-only: {all_file_count} == {docs_file_count}`);
3537
return all_file_count === docs_file_count;
3638
result-encoding: string
3739

src/tests/rust_guests/callbackguest/Cargo.lock

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

src/tests/rust_guests/simpleguest/Cargo.lock

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

0 commit comments

Comments
 (0)