Skip to content

test timeout

test timeout #84

Workflow file for this run

name: Check code
on:
push:
branches:
- '**'
pull_request:
jobs:
clang-format:
name: Check code format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '18'