Skip to content

fix: Arrays

fix: Arrays #4

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- **

Check failure on line 6 in .github/workflows/test-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
workflow_dispatch:
inputs:
node-version:
description: Node.js version to use.
required: false
type: choice
options:
- '18'
- '20'
- '22'
- '24'
default: '24'
jobs:
test:
name: Unit Testing
uses: WJSoftware/cicd/.github/workflows/[email protected]
secrets: inherit
with:
pwsh: false
build: false
node-version: ${{ inputs.node-version }}