Skip to content

Bump wx to 3.2.4

Bump wx to 3.2.4 #77

---
name: test-clang-format
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src ./include'
exclude: './src/nskgui.cpp ./include/nskgui.h buildwin'
extensions: 'h,cpp'
clangFormatVersion: 13
style: file
...