Skip to content

Build a composed docker image for preCICE and deal.II #301

Build a composed docker image for preCICE and deal.II

Build a composed docker image for preCICE and deal.II #301

Workflow file for this run

name: Indent
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.16
with:
source: '.'
exclude: ''
extensions: 'h,cc'
clangFormatVersion: 14
inplace: true
- run: |
git diff
git diff-files --quiet || exit $?