Skip to content

Make compile with deal.II version 9.6 #15

Make compile with deal.II version 9.6

Make compile with deal.II version 9.6 #15

Workflow file for this run

name: Indent
on:
push:
branches:
- master
- experimental_merge_vector
pull_request:
branches:
- master
- experimental_merge_vector
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: ''
extensions: 'h,cc'
clangFormatVersion: 16
inplace: true
- run: |
git diff
git diff-files --quiet || exit $?