Skip to content

Github action testing. #37

Github action testing.

Github action testing. #37

Workflow file for this run

name: Setup Script Test
on:
push:
branches: [ jazzy ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
required: false
description: 'Manually run Setup test'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: ${{ github.workspace }}/setup-jazzy.sh