Skip to content

Add script for verifying more formatting #21

Add script for verifying more formatting

Add script for verifying more formatting #21

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: 'src lib'
exclude: 'lib/NintendoSDK lib/aarch64 lib/agl lib/eui lib/sead'
clangFormatVersion: 12