Skip to content

Merge branch 'main' of https://github.com/ShaunFell/GRMilijun #4

Merge branch 'main' of https://github.com/ShaunFell/GRMilijun

Merge branch 'main' of https://github.com/ShaunFell/GRMilijun #4

Workflow file for this run

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