Skip to content

Handstrengths lookup table tool #200

Handstrengths lookup table tool

Handstrengths lookup table tool #200

Workflow file for this run

name: Clang_Format
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'src/players/*/'
- 'include'
- 'tests'
- 'tests/*/'
- 'tools/*/'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}
fallback-style: 'Google'