Files
tonberry-pico/.gitea/workflows/check-format.yaml
Matthias Blankertz a9b7e28414
Some checks failed
Check code formatting / Check-C-Format (push) Failing after 4s
Add clang-format
Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
2024-06-01 13:19:55 +02:00

14 lines
320 B
YAML

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