Skip to content

Windows Ext: Qt 6.7.0 -> 6.5.3 #69

Windows Ext: Qt 6.7.0 -> 6.5.3

Windows Ext: Qt 6.7.0 -> 6.5.3 #69

Workflow file for this run

name: 🔦 Lint
on: [push, pull_request]
jobs:
clang-format-check:
runs-on: ubuntu-22.04
name: Clang-Format Check
steps:
- uses: actions/checkout@v4
- uses: RafikFarhad/clang-format-github-action@v4
with:
style: "file"
sources: "Source/**/*.h,Source/**/*.cpp"