Skip to content

tools: Fix: Incorrect statements & spelling mistakes #28

tools: Fix: Incorrect statements & spelling mistakes

tools: Fix: Incorrect statements & spelling mistakes #28

Workflow file for this run

name: Firmware bulid
on: [push]
jobs:
builld_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install make gcc-avr avr-libc
- name: Build firmware
run: |
cd ${{github.workspace}}
make || exit