Skip to content

[codey] Run Action from bundled dist#29

Merged
Conalh merged 1 commit into
mainfrom
codey/prebuilt-action-runtime
May 22, 2026
Merged

[codey] Run Action from bundled dist#29
Conalh merged 1 commit into
mainfrom
codey/prebuilt-action-runtime

Conversation

@Conalh
Copy link
Copy Markdown
Owner

@Conalh Conalh commented May 22, 2026

Summary

  • removes npm ci / npm run build from the published composite Action runtime
  • keeps this repo's local dogfood workflow building before uses: ./ so PR branches exercise the current bundle
  • documents that consumers run the bundled CLI from the published tag
  • adds workflow regression coverage for the prebuilt Action path

Verification

  • node --test test/workflow.test.mjs (red before workflow changes, green after)
  • npm run build
  • npm test (37/37)
  • node dist/index.js audit --repo . --format json (rating none, 0 findings)
  • node dist/index.js audit --repo test/fixtures/conflicted --format github
  • git diff --check

@Conalh Conalh marked this pull request as ready for review May 22, 2026 01:04
@Conalh Conalh merged commit facea3c into main May 22, 2026
4 checks passed
@Conalh Conalh deleted the codey/prebuilt-action-runtime branch May 22, 2026 01:04
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