Skip to content

fix: crash when app exits #7

fix: crash when app exits

fix: crash when app exits #7

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"
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'