🔥 3-day streak
GitHub Actions (GH-200)7 / 142
Question 7 of 142

Your team maintains an internal action that formats and validates JSON configuration files. It must run identically on GitHub-hosted ubuntu, windows, and macos runners, must start with minimal overhead (no container pull), and its logic is complex enough that the team wants to write and unit-test it in TypeScript rather than orchestrating existing shell commands. Which action type best fits these requirements?

Reviewed for accuracy · Report an issueNext question