Skip to content

Script work for Level 1 explore dialogues #61

Script work for Level 1 explore dialogues

Script work for Level 1 explore dialogues #61

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/clang-format-action@v4.6.2
with:
clang-format-version: '13'
check-path: 'Source'
exclude-regex: '(hpp|snprintf.c|triangle.c)'