Skip to content

Zest Build Action

Actions
Automatically build ZestCode templates
v0.1.2
Latest
Star (0)

ZestCode Build Action

An automated build action for ZestCode projects.

Usage:

Example:

name: ZestCode Build Action Example

on:
  push:
    branches: "**"
  pull_request:
    branches: "**"

  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Run Build Action
        id: test
        uses: ZestCommunity/build-action@<latest version tag here, see releases page>

Inputs:

write_job_summary

  • Whether to output to GitHub's Job Summary
  • Required: False
  • Default: True

Notes

This container was based on LemLib/pros-build.

Zest Build Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatically build ZestCode templates
v0.1.2
Latest

Zest Build Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.