Skip to content

feat: (WIP) CPU isolation, cmake 4 check, shellcheck, makefile change… #111

feat: (WIP) CPU isolation, cmake 4 check, shellcheck, makefile change…

feat: (WIP) CPU isolation, cmake 4 check, shellcheck, makefile change… #111

Workflow file for this run

name: Build
# run the vanilla build pipeline on commits to feature branches, or PRs on master
on:
push:
branches:
- "*"
pull_request:
branches: [ master ]
jobs:
call-reusable:
uses: ./.github/workflows/reusable_build.yml
secrets: inherit