mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-11 03:00:16 +01:00
Formatting check
This commit is contained in:
parent
983593c6de
commit
ee44c48512
14
.github/workflows/format.yml
vendored
Normal file
14
.github/workflows/format.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Formatting check
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
formatting-check:
|
||||
name: Formatting Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repo
|
||||
uses: actions/checkout@v3
|
||||
- name: Run clang-format
|
||||
uses: jidicula/clang-format-action@4.11.0
|
||||
Loading…
Reference in a new issue