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

fix(build): build script #2

fix(build): build script

fix(build): build script #2

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
with:
# Replace theses values to the ones according your project
pnpm-lint-script: 'lint'
node-version: '18'