Skip to content

chore: remove all refences to runtime builder convention #154

chore: remove all refences to runtime builder convention

chore: remove all refences to runtime builder convention #154

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/clang-format-action@v4.11.0
with: { clang-format-version: "18" }