Skip to content

Merge pull request #65 from CapsCollective/feat/texture-atlas #387

Merge pull request #65 from CapsCollective/feat/texture-atlas

Merge pull request #65 from CapsCollective/feat/texture-atlas #387

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