Skip to content

bf workflows

bf workflows #70

Workflow file for this run

name: Build
on:
push:
paths:
- '**.4dm'
pull_request:
paths:
- '**.4dm'
workflow_dispatch:
jobs:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
build:
strategy:
fail-fast: false
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Check out 4DPop
# uses: actions/checkout@v4
# with:
# repository: vdelachaux/4DPop
# path: Build/Components/4DPop.4dbase
# outputDirectory: Components/4DPop.4dbase
- name: Check out NetKit
uses: actions/checkout@v4
with:
repository: 4d/4D-NetKit
path: Components/4D NetKit.4dbase
- name: Build
uses: 4d/build4d-action@main
with:
product-line: vcs
version: vcs
build: official
token: ${{ secrets.DLTK }}