Skip to content

Merge branch 'master' of github.com:MAteRialMOdelingToolbox/Marmot #82

Merge branch 'master' of github.com:MAteRialMOdelingToolbox/Marmot

Merge branch 'master' of github.com:MAteRialMOdelingToolbox/Marmot #82

Workflow file for this run

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