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

14 lines
324 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: |
/usr/bin/cmake software -B build
/usr/bin/cmake --build build -- check-format