Skip to content

reduce test log level to avoid too much debug logs (#771) #1424

reduce test log level to avoid too much debug logs (#771)

reduce test log level to avoid too much debug logs (#771) #1424

Workflow file for this run

name: Format Check
on:
push:
branches: [ "main", "0.*" ]
pull_request:
branches: [ "main", "0.*" ]
jobs:
clang-format-check:
name: Format Check
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Clang format
run: sudo apt-get install clang-format
- name: Run Clang format check
run: ./scripts/check_format.sh