Formatting check attempt 2

This commit is contained in:
igor725 2024-03-12 08:10:52 +03:00
parent ef0c386506
commit 43e2fd8224
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -31,7 +31,19 @@ on:
- '**.h'
jobs:
formatting-check:
name: Formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: 18
exclude-regex: (third_party|vk_mem_alloc)
build:
needs: formatting-check
name: Emulator
runs-on: windows-latest
steps: