Skip to content

fix: fix macOS build #4

fix: fix macOS build

fix: fix macOS build #4

Workflow file for this run

name: Run cmake-format linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
with:
args: --in-place
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: cmake-format-bot
commit_message: 'chore: automated commit of cmake-format changes.'