Skip to content

Unbundle zstd

Unbundle zstd #89

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