Skip to content

Code Restructure To Reduce Disk Usage and Help Readability #25

Code Restructure To Reduce Disk Usage and Help Readability

Code Restructure To Reduce Disk Usage and Help Readability #25

Workflow file for this run

on:
push:
branches: [ master, develop, arena-integration ]
pull_request:
branches: [ master, develop, arena-integration ]
jobs:
clang-format:
strategy:
matrix:
directories: [Tetragrama]
uses: ./.github/workflows/job-clangformat.yml
with:
srcDirectory: ${{ matrix.directories }}
windows:
uses: ./.github/workflows/windows-build.yml
with:
targetFramework: net8.0
macOS:
uses: ./.github/workflows/macOS-build.yml
with:
targetFramework: net8.0
linux:
uses: ./.github/workflows/linux-build.yml

Check failure on line 27 in .github/workflows/Engine-CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Engine-CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/Engine-CI.yml" -> "./.github/workflows/linux-build.yml" (source branch with sha:388214a6b0b0817548fabb4010a70aa9fa8096f3) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
targetFramework: net8.0