Skip to content

Add manual palette & tileset ignore support. (#4) #37

Add manual palette & tileset ignore support. (#4)

Add manual palette & tileset ignore support. (#4) #37

Workflow file for this run

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'