Add support of bpp_4_manual tiles (pre-quantized and paletted). Add support of tileset ignorance. #33
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: clang-format | |
| on: | |
| push: | |
| branches: ["main", "dev", "feature-*"] | |
| pull_request: | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout butano-ldtk | |
| uses: actions/checkout@v4 | |
| with: | |
| path: butano-ldtk | |
| - name: Check clang-format style | |
| uses: jidicula/clang-format-action@v4.15.0 | |
| with: | |
| clang-format-version: '20' |