Skip to content

Clang formatting fix #101

Clang formatting fix

Clang formatting fix #101

Workflow file for this run

name: Format check
on:
push:
branches: [ main, pw-small-fixes ]
pull_request:
branches: [ main, pw-small-fixes ]
schedule:
- cron: '23 14 * * 3'
jobs:
formatCheck:
runs-on: ubuntu-latest
steps:
- name: MeshFields Checkout repo
uses: actions/checkout@v4
with:
repository: SCOREC/meshFields
path: meshFields
- name: Format check
working-directory: meshFields
shell: bash
run: clang-format --dry-run -Werror src/* test/*