Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

feat(build): refactored config #1

feat(build): refactored config

feat(build): refactored config #1

Workflow file for this run

name: build
on:
push:
branches:
- main
- features/**
- fixes/**
pull_request:
workflow_dispatch:
inputs:
gitops-version:
description: 'GitOps version to use'
required: true
default: 'main'
type: string
jobs:
build:
uses: ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup

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

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 27, Col: 25): Unrecognized named-value: 'node-version'. Located at position 1 within expression: node-version In .github/workflows/build.yml (Line: 20, Col: 11): Error from called workflow ae-utbm/gitops/.github/workflows/pnpm-image-build-publish.yml@features/initial-setup (Line: 36, Col: 14): Unrecognized named-value: 'pnpm-lint-script'. Located at position 1 within expression: pnpm-lint-script
with:
# Replace theses values to the ones according your project
pnpm-build-script: 'build:prod'
pnpm-test-script: 'coverage:test'
node-version: '18'