Skip to content

Additional editorial tweaks for JOSS publication #346

Additional editorial tweaks for JOSS publication

Additional editorial tweaks for JOSS publication #346

Workflow file for this run

name: Clang Format
on:
push:
pull_request:
jobs:
format:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 13