Skip to content

Reformatted udp_board to clang_tidy format #130

Reformatted udp_board to clang_tidy format

Reformatted udp_board to clang_tidy format #130

Workflow file for this run

name: F1 Firmware
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: checkout submodules
run: git submodule update --init --recursive
- name: install toolchain
run: sudo apt -y install gcc-arm-none-eabi
- name: check toolchain
run: arm-none-eabi-gcc --version
- name: make
run: make BOARD=NAZE -j4 -l4