Skip to content

rename to match

rename to match #105

Workflow file for this run

name: Check CAN, build Calypso
on:
push:
paths:
- 'can-messages/**'
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- name: Clone Calypso
uses: actions/checkout@v6
with:
repository: Northeastern-Electric-Racing/Calypso
- name: Clone Odyssey-Definitions
uses: actions/checkout@v6
with:
path: "./Odyssey-Definitions"
- name: Build Calypso
run: cargo build --locked