Skip to content

fix: add checkout step to test-npm-install workflow#203

Merged
leggetter merged 1 commit intomainfrom
fix/test-npm-install-checkout
Feb 3, 2026
Merged

fix: add checkout step to test-npm-install workflow#203
leggetter merged 1 commit intomainfrom
fix/test-npm-install-checkout

Conversation

@leggetter
Copy link
Collaborator

Summary

Fixes the test-npm-install workflow which was failing with:

Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '.github/actions/test-npm-install'. Did you forget to run actions/checkout before running your local action?

The workflow uses a local composite action (.github/actions/test-npm-install) but was missing the actions/checkout step before invoking it.

Changes

  • Added actions/checkout@v4 step before the local action is used

Test plan

  • Manually trigger the test-npm-install workflow to verify it passes

Made with Cursor

The workflow uses a local action (.github/actions/test-npm-install)
but was missing the actions/checkout step, causing the workflow to
fail with "Can't find 'action.yml'" error.

Co-authored-by: Cursor <cursoragent@cursor.com>
@leggetter leggetter merged commit ffdd31b into main Feb 3, 2026
7 checks passed
@leggetter leggetter deleted the fix/test-npm-install-checkout branch February 3, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant