Skip to content

add comment about why this shouldn't be used for everything #11

add comment about why this shouldn't be used for everything

add comment about why this shouldn't be used for everything #11

Workflow file for this run

name: Check Format
on:
push:
branches:
- 'trunk'
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run format check
run: ./.github/format-check