Files
tonberry-pico/.gitea/workflows/check-format.yaml
Matthias Blankertz f3b4b7d7e0
All checks were successful
Check code formatting / Check-C-Format (push) Successful in 6s
Add clang-format
Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
2024-06-01 14:05:48 +02:00

14 lines
306 B
YAML

name: Check code formatting
on: [push]
jobs:
Check-C-Format:
runs-on: ubuntu-22.04-full
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run clang format
run: |
cmake software -B build
cmake --build build -- check-format