Skip to content

Bump jidicula/clang-format-action from 4.11.0 to 4.12.0 #1312

Bump jidicula/clang-format-action from 4.11.0 to 4.12.0

Bump jidicula/clang-format-action from 4.11.0 to 4.12.0 #1312

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'EU4ToVic3/Source'
- 'EU4ToVic3Tests'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.12.0
with:
check-path: ${{ matrix.path }}