Skip to content

Environmental & scripting work in Agra & High Road #106

Environmental & scripting work in Agra & High Road

Environmental & scripting work in Agra & High Road #106

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)'