This repository contains the organization-wide default community health files and workflow templates for cks-code.
GitHub uses files in this repository as defaults for all repositories in the organization that do not define their own.
The workflow-templates/ directory contains the following reusable workflows:
build-lint-test.yml— Build, lint, and test pipeline for Node.js projectscreate-release-pr.yml— Workflow to create a release pull requestpublish-release.yml— Workflow to publish a release when a release PR is merged
Community health files (e.g. CODE_OF_CONDUCT.md, SECURITY.md) stored here will automatically apply to all repositories in the cks-code organization that do not have their own copy.
Workflow templates stored in workflow-templates/ can be used by any repository in the organization via the Actions tab → New workflow.
