Skip to content

fix: validate undefined variables in initHelp template #601

fix: validate undefined variables in initHelp template

fix: validate undefined variables in initHelp template #601

Workflow file for this run

name: Test
on:
pull_request:
workflow_call:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Run tests
run: go test ./...