Skip to content

feat: ecsact package subsystems #52

feat: ecsact package subsystems

feat: ecsact package subsystems #52

Workflow file for this run

name: main
on:
pull_request:
merge_group:
jobs:
typos-check:
name: Typos Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@cfe759ac8dd421e203cc293a373396fbc6fe0d4b # v1.22.7
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/clang-format-action@v4.11.0
with: { clang-format-version: "18" }