Skip to content

fix: inproper capturing of exitcode from makefile #41

fix: inproper capturing of exitcode from makefile

fix: inproper capturing of exitcode from makefile #41

Workflow file for this run

name: "Build and Test"
on:
push:
branches: [main, staging]
pull_request:
branches: [main, staging]
jobs:
build-and-validate:
runs-on: ubuntu-latest
name: "Build & Validation Action"
steps:
- name: Checkout Latest Files
uses: actions/checkout@v4
with:
submodules: true
- name: Initialize
run: make setup
- name: Build
run: make build