Skip to content

feat: ✨ add stacktrace and system infomation collector #474

feat: ✨ add stacktrace and system infomation collector

feat: ✨ add stacktrace and system infomation collector #474

Workflow file for this run

name: "Format Check"
on:
pull_request:
paths:
- "src/**"
- ".github/workflows/format-check.yml"
push:
paths:
- "src/**"
- ".github/workflows/format-check.yml"
branches:
- main
- dev
jobs:
format-check:
name: Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: GCC Problem Matcher
uses: ammaraskar/[email protected]
- name: Clang Format Check
uses: jidicula/[email protected]
with:
clang-format-version: '18'
check-path: 'src'