Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

didn't put the header inthe right place 🤦 #4

didn't put the header inthe right place 🤦

didn't put the header inthe right place 🤦 #4

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@v3
- name: run format check
run: ./.github/format-check