Skip to content

ci(workflows): make Knip and Jest workflows reusable (#13) - #74

Closed
Rodrigoue9 wants to merge 1 commit into
ubiquity-os:developmentfrom
Rodrigoue9:feat/reusable-knip-jest-workflows
Closed

ci(workflows): make Knip and Jest workflows reusable (#13)#74
Rodrigoue9 wants to merge 1 commit into
ubiquity-os:developmentfrom
Rodrigoue9:feat/reusable-knip-jest-workflows

Conversation

@Rodrigoue9

Copy link
Copy Markdown

Summary

Resolves #13 by converting the knip.yml and jest-testing.yml workflows into reusable GitHub Actions workflows (workflow_call) supporting parameterized package managers (bun vs yarn) and versions.

Changes

  • Added workflow_call triggers to .github/workflows/knip.yml with inputs for package-manager, bun-version, and node-version.
  • Added workflow_call triggers to .github/workflows/jest-testing.yml with conditional toolchain setup for both Bun and Yarn.
  • Preserved direct pull_request and workflow_dispatch execution.

Closes #13

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 762de499-3b7c-4e88-b381-fd1316266037


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ubiquity-os-beta ubiquity-os-beta Bot closed this Aug 20, 2026
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.

Make Knip and Jest workflows reusable

1 participant