Skip to content

Fix crash I'm seeing on Windows when Steam workshop API returns an error #127

Fix crash I'm seeing on Windows when Steam workshop API returns an error

Fix crash I'm seeing on Windows when Steam workshop API returns an error #127

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