Skip to content

Update makefiles for LGPL change #451

Update makefiles for LGPL change

Update makefiles for LGPL change #451

Workflow file for this run

name: Fix Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
exclude: './DaisySP ./libDaisy ./cube ./utils ./resources ./**/experimental'
extensions: 'h,cpp'
clangFormatVersion: 10
inplace: True
- uses: EndBug/add-and-commit@v4
with:
message: 'Automated: committing clang-format changes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}