Skip to content

MueLu: Add clang-format workflow and run it on MueLu #4

MueLu: Add clang-format workflow and run it on MueLu

MueLu: Add clang-format workflow and run it on MueLu #4

name: MueLu clang-format check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './packages/muelu'
exclude: './lib'
extensions: 'cpp,hpp'
# the action uses clang-format 8.0.1 when clang-format 8 is specified

Check failure on line 16 in .github/workflows/muelu_clangd_format.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/muelu_clangd_format.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
clangFormatVersion: 8
style: file
inplace: False