Skip to content

Added 1.20.4 debug world colors #658

Added 1.20.4 debug world colors

Added 1.20.4 debug world colors #658

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/[email protected]
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}