Modified BasisDofHandler to account for no-dof processors from dealii #1214
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: indent | |
on: [push, pull_request] | |
jobs: | |
indent: | |
# run the indent checks | |
name: indent | |
runs-on: [ubuntu-latest] | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 100 | |
- name: indent | |
run: | | |
./devHelpers/indentationStandard/check_indentation.sh |