Skip to content

further down

further down #86

Workflow file for this run

name: code format
on: [push]
jobs:
cmake-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Format CMake files
uses: PuneetMatharu/[email protected]
with:
args: --config-files .cmake-format.json --check
clang-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'