Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

chore: update README #120

chore: update README

chore: update README #120

Workflow file for this run

name: clang-format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
clang-format:
name: Check code formatting using clang-format
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check clang-format
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'c,h'
clangFormatVersion: 17
style: Google