Skip to content

Add new colors for new blocks #664

Add new colors for new blocks

Add new colors for new blocks #664

Workflow file for this run

name: Format Police
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'scripts'
- 'tests'
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: jidicula/clang-format-action@v4.5.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}