CtrlK
BlogDocsLog inGet started
Tessl Logo

nitinjain999/platform-skills

Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.

67

Quality

84%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

CHANGELOG.mdexamples/github-actions/composite-actions/setup-env/

Changelog

All notable changes to the setup-env composite action.

[Unreleased]

[1.0.0] - 2026-05-23

Added

  • Initial release — based on the official GitHub Docs composite action tutorial
  • Multi-runtime support: Node.js, Python, Go
  • Per-runtime version defaults (node: 20.x, python: 3.12, go: 1.22.x)
  • Dependency cache restore: npm (via ~/.npm), pip (~/.cache/pip), Go modules (~/go/pkg/mod + ~/.cache/go-build)
  • Optional install_dependencies flag — runs npm ci / pip install / go mod download
  • Input validation: runtime enum check with ::error:: fail-fast
  • Outputs: runtime_version, cache_hit
  • Job summary with runtime, version, cache status

examples

BEFORE_AFTER.md

CHANGELOG.md

CODE_OF_CONDUCT.md

COMMANDS.md

CONTRIBUTING.md

EDITOR_INTEGRATIONS.md

GETTING_STARTED.md

HOW_IT_WORKS.md

install.sh

INSTALLATION.md

LAUNCH.md

PROMPTS.md

QUICKSTART.md

README.md

renovate.json

SECURITY.md

SKILL.md

tessl.json

tile.json