Skip to content

Implemented EventDispatcher pattern #26

Implemented EventDispatcher pattern

Implemented EventDispatcher pattern #26

Workflow file for this run

name: test-clang-format
on: [push]
jobs:
check-clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,cpp,hpp'
clangFormatVersion: 16
inplace: True
style: file
- name: Check if files were changed
run: bash -c "! git diff| grep diff"