Skip to content

Merge branch 'RT-74-sound-library-plugin' of github.com:UwUClub/R-Typ… #652

Merge branch 'RT-74-sound-library-plugin' of github.com:UwUClub/R-Typ…

Merge branch 'RT-74-sound-library-plugin' of github.com:UwUClub/R-Typ… #652

name: auto-clang-format
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
exclude: './third_party ./external'
extensions: 'h,cpp,hpp'
clangFormatVersion: 16
inplace: True
- uses: EndBug/add-and-commit@v9
with:
author_name: Clang Robot
author_email: robot@uwuclub.com
message: ':art: Committing clang-format changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}