Skip to content

chore: test fully qualified action/workflow urls #1

chore: test fully qualified action/workflow urls

chore: test fully qualified action/workflow urls #1

Workflow file for this run

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
name: houseplant / build
on:
workflow_call:
inputs:
node-version:
description: node version to install
required: false
type: string
node-environment:
description: node environment to use
required: false
type: string
jobs:
build:
name: 🏗️
uses: cassiecascade/houseplant/.github/workflows/run.yml

Check failure on line 22 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
command: build
node-version: ${{ inputs.node-version }}
node-environment: ${{ inputs.node-environment }}