Skip to content

Bump SimenB/github-actions-cpu-cores from 1 to 2 #35

Bump SimenB/github-actions-cpu-cores from 1 to 2

Bump SimenB/github-actions-cpu-cores from 1 to 2 #35

name: Run cmake-format linter
on:
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
with:
args: --config-files .cmake-format.py --in-place
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: cmake-format-bot
commit_message: 'Automated commit of cmake-format changes.'