Skip to content

Add GitHub Action file #55

Add GitHub Action file

Add GitHub Action file #55

Workflow file for this run

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.15
with:
source: 'src tests'
clangFormatVersion: 15