Skip to content

Update religion_map.txt #89

Update religion_map.txt

Update religion_map.txt #89

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