Skip to content

Update README.md

Update README.md #15

name: Build STM32CubeIDE Project
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
# Build all configurations (Debug and Release) using GitHub Action
- name: Build STM32CubeIDE project - All Configurations
uses: xanderhendriks/action-build-stm32cubeide@v13.0
with:
project-path: 'motor_controller/motor_controller/STM32CubeIDE' # Path to your STM32CubeIDE project file
project-target: 'motor_controller/motor_controller' # Builds all available configurations (Debug and Release)