mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 06:19:41 +00:00
Formatting check attempt 2
This commit is contained in:
parent
ef0c386506
commit
43e2fd8224
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user