Skip to content

Fixing key input and log searching implementation (#444) #267

Fixing key input and log searching implementation (#444)

Fixing key input and log searching implementation (#444) #267

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: [ZEngine, Tetragrama]
uses: ./.github/workflows/job-clangformat.yml
with:
srcDirectory: ${{ matrix.directories }}
windows:
needs: clang-format
uses: ./.github/workflows/windows-build.yml
with:
targetFramework: net8.0
macOS:
needs: clang-format
uses: ./.github/workflows/macOS-build.yml
with:
targetFramework: net8.0