Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Nov 8, 2024
1 parent db3f871 commit 59e8ee6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ValidatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
id: docs-only
with:
script: |
const core = require('@actions/core');
let docs_file_count = ${{steps.changes.outputs.docs_count}};
let all_file_count = ${{steps.changes.outputs.all_count}};
core.notice(`docs-only: {all_file_count} == {docs_file_count}`);
Expand Down
25 changes: 22 additions & 3 deletions src/tests/rust_guests/callbackguest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 22 additions & 3 deletions src/tests/rust_guests/simpleguest/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59e8ee6

Please sign in to comment.