Skip to content

changed 'if' conditionals to more readable form and replace list comp… #313

changed 'if' conditionals to more readable form and replace list comp…

changed 'if' conditionals to more readable form and replace list comp… #313

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.17
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 13