Skip to content

feat: merge pr #4 from libxse/dev/refactor #61

feat: merge pr #4 from libxse/dev/refactor

feat: merge pr #4 from libxse/dev/refactor #61

Workflow file for this run

name: maintenance
on: push
jobs:
maintenance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Run clang-format
run: find -type f \( -name *.h -o -name *.cpp \) | xargs clang-format -style=file -i
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: maintenance