Skip to content

trying something else #32

trying something else

trying something else #32

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