Skip to content

Created a tilemap example for testing texture atlases #382

Created a tilemap example for testing texture atlases

Created a tilemap example for testing texture atlases #382

Workflow file for this run

name: Formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
formatting:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: install latest clang-format
run: brew install clang-format
# Run formatting checks
- name: make format-check
run: make format-check