Skip to content

chore: update dev

chore: update dev #40

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