Skip to content

comp_app: Fix dummy plug #ifdef #412

comp_app: Fix dummy plug #ifdef

comp_app: Fix dummy plug #ifdef #412

Workflow file for this run

name: Formatting lint
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install dependencies
run: sudo apt install cmake-format clang-format
- name: Running clang-format
env:
CI: 1
run: ./cb format
- name: Running cmake-format
run: ./cb lint-cmake
- name: Print out diff
run: git diff