Skip to content

Compatibility with upcoming IRToCK3 update #714

Compatibility with upcoming IRToCK3 update

Compatibility with upcoming IRToCK3 update #714

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