Skip to content

Add for custom style checking to lint-GitHub-Action #37

Add for custom style checking to lint-GitHub-Action

Add for custom style checking to lint-GitHub-Action #37

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: DoozyX/[email protected]
with:
source: 'src lib'
exclude: 'lib/NintendoSDK lib/aarch64 lib/agl lib/eui lib/sead'
clangFormatVersion: 12
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip'
- name: Run custom code styling checks
run: tools/check-format.py