Skip to content

ipow10 optimization as most usages are with 10 base #1208

ipow10 optimization as most usages are with 10 base

ipow10 optimization as most usages are with 10 base #1208

name: clang-format-check
on:
push:
branches:
- main
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
check-path: "src"
fallback-style: "Google"