Skip to content

Commit 59e8ee6

Browse files
committed
wip
1 parent db3f871 commit 59e8ee6

File tree

3 files changed

+44
-7
lines changed

3 files changed

+44
-7
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
id: docs-only
3131
with:
3232
script: |
33-
const core = require('@actions/core');
3433
let docs_file_count = ${{steps.changes.outputs.docs_count}};
3534
let all_file_count = ${{steps.changes.outputs.all_count}};
3635
core.notice(`docs-only: {all_file_count} == {docs_file_count}`);

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)