Skip to content

reformat, add source group. #37

reformat, add source group.

reformat, add source group. #37

name: check cmake-format
on: [push]
jobs:
check-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