Skip to content

Basic calculator

Basic calculator #261

Workflow file for this run

on: [pull_request]
name: C++ Format Check
jobs:
fmt_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for leetcode-cc.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'leetcode-cc'
fallback-style: 'google'
- name: Run clang-format style check for runtime-cc.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: 'runtime-cc/src'
fallback-style: 'google'