mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 21:38:24 -05:00
19 lines
298 B
YAML
Executable File
19 lines
298 B
YAML
Executable File
name: clang-format
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
clang-format:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout dynarmic repo
|
|
uses: actions/checkout@v2
|
|
|
|
- uses: DoozyX/clang-format-lint-action@v0.12
|
|
with:
|
|
source: 'src tests'
|
|
clangFormatVersion: 12
|