Skip to content

Updated build system for OBS 28/29 #17

Updated build system for OBS 28/29

Updated build system for OBS 28/29 #17

Workflow file for this run

name: Clang Format Check
on: [push, pull_request]
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install clang format
run: |
sudo apt-get install -y clang-format-10
- name: Check the Formatting
run: |
./formatcode.sh
./CI/check-format.sh