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

introduce a basic format checker workflow using our dev image #12

introduce a basic format checker workflow using our dev image

introduce a basic format checker workflow using our dev image #12

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