Below you will find pages that utilize the taxonomy term “Zuke-Build”
August 13, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version ai-v2.2.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is designed to automate continuous integration (CI) processes for Deno projects. It simplifies the setup of CI pipelines by providing a predefined set of steps that include building, testing, and deploying code changes. The action automates many common tasks related to Deno development, reducing manual effort and ensuring consistency across different environments.
August 13, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version ai-v2.1.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Zuke is a type-safe build automation system for Deno & TypeScript. It allows you to define builds as TypeScript classes with fluent APIs that reference each other by this.x, forming a dependency graph that Zuke resolves and runs in topological order.
August 12, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version ai-v2.0.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action uses a tagged template to provide consistent, safe, and explicit ways to run process commands with sensible defaults such as throwing on failure, capturing output, and ensuring security by preventing injection attacks. It ensures that all processes are executed with default options, making it easy to maintain and use across different projects without needing to configure each call individually.
August 12, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version core-v1.38.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action allows users to execute templates as shell commands in a safe and repeatable manner, with options to throw on failure or capture output. It ensures injection safety by not using any third-party dependencies and focuses only on basic tasks needed for template execution.
August 11, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version core-v1.38.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a tagged template for running processes with sensible defaults such as throwing on failure and capturing output, ensuring injection safety. It simplifies the process of executing commands and scripts in CI/CD workflows by abstracting away common configuration options, making it easier to focus on task logic without distractions related to environment setup or error handling.
August 10, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version core-v1.36.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a tagged template literal that runs processes with sensible defaults such as throwing on failure and capturing output, ensuring injection safety. It’s designed to be small and explicit, focusing solely on discovering targets, building a dependency graph, sorting them topologically, and running them without additional plugins or magic.
August 10, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version gh-v1.2.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action uses tagged template literals to define and run processes with sane defaults such as error handling and output capture, ensuring injection safety. It’s designed to be small and explicit, providing a core functionality of discovering targets, building a dependency graph, sorting, and running them in topological order.
August 9, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version ai-v1.8.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Zuke is a code-based build automation system for Deno and TypeScript that allows developers to define builds as TypeScript classes. Each target is represented by a class field with a fluent API, enabling easy dependency management and topological sorting of targets before execution. Zuke runs these targets in a controlled environment, handling errors gracefully and capturing output for logging purposes.
August 8, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version v1.0.2.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action automates the execution of shell commands in your project using a tagged template that simplifies process running with sensible defaults such as capturing output and throwing on failure. It provides a simple, explicit approach to building tasks by focusing on discovery, building a dependency graph, sorting targets, and executing them.
August 8, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version v1.0.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Zuke automates the creation of build pipelines in various CI/CD platforms using a TypeScript-driven approach. It solves the problem of managing complex build processes by providing a type-safe way to define targets and their dependencies through a class-based syntax. The action generates GitHub Actions, GitLab CI, or Azure Pipelines YAML based on the project’s configuration, ensuring consistent and maintainable builds across different environments.
August 7, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version v1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is a small and explicit build automation tool that uses tagged template runs processes with sane defaults (throw on failure, capture output) and is injection-safe. It can generate GitHub Actions, GitLab CI, or Azure Pipelines YAML based on the provider specified in the configuration. The main purpose of this action is to automate code-based builds without relying on plugins or bespoke DSLs, providing a clean and refactor-safe approach to CI/CD workflows.