Skip to content

Add optional line to make homebrew package configuration declarative.… #52

Add optional line to make homebrew package configuration declarative.…

Add optional line to make homebrew package configuration declarative.… #52

Workflow file for this run

name: Build Starter Template
on:
push:
branches:
- main
paths:
- 'templates/starter/**'
pull_request:
branches:
- main
paths:
- 'templates/starter/**'
jobs:
build-starter-template:
uses: ./.github/workflows/build-template.yml
with:
template: 'starter'
arch: 'x86_64-linux'