Skip to content

Level 3 rework, lightning hotspot tweaks, moved navmeshes & HDR cubes #119

Level 3 rework, lightning hotspot tweaks, moved navmeshes & HDR cubes

Level 3 rework, lightning hotspot tweaks, moved navmeshes & HDR cubes #119

Workflow file for this run

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for OverGrowth Source
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'Source'
exclude-regex: '(hpp|snprintf.c|triangle.c)'