Skip to content

move scripts to scripts #10

move scripts to scripts

move scripts to scripts #10

Workflow file for this run

name: CI Pipeline
on:
push:
jobs:
run-pipeline:
name: Run CI Pipeline
runs-on: ubuntu-22.04
continue-on-error: true
steps:
- name: Checkout this repo
uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
run:
- name: Build firmware binary debug
run:
- name: Build firmware binary release
run:
- name: Build and run unit tests
run:
- name: Run formatting check
uses: waterloo-rocketry/actions/clang-format-check@main
with:
clang-format-config-path: "src/third_party/rocketlib/.clang-format"
c-source-files: ""