Skip to content

chore: Update unity plugin to work with Ecsact changes (#97) #151

chore: Update unity plugin to work with Ecsact changes (#97)

chore: Update unity plugin to work with Ecsact changes (#97) #151

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: greut/eclint-action@v0
- uses: jidicula/[email protected]
with: { clang-format-version: "18" }