Skip to content

fix(ui): unexpected crash when click StandardListView on search pag… #370

fix(ui): unexpected crash when click StandardListView on search pag…

fix(ui): unexpected crash when click StandardListView on search pag… #370

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'