Skip to content

Enable clang-tidy and Ruff linting in Github Actions #8401

Enable clang-tidy and Ruff linting in Github Actions

Enable clang-tidy and Ruff linting in Github Actions #8401

Workflow file for this run

name: Pull Request Build
on:
push:
branches:
- 'synthstrom-official'
pull_request:
branches:
- 'community'
- 'release/**'
merge_group:
workflow_dispatch:
jobs:
release-build:
name: Build check - Release
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 5
build-type: 'Release'
debug-build:
name: Build check - Debug
uses: ./.github/workflows/build.yml
with:
firmware-retention-days: 5
build-type: 'Debug'